ShellBrowserBaseGetAttributes Method |
Checks if the given attributes apply to the current objects
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected SFGAOF GetAttributes(
SFGAOF pAttributes
)
Protected Function GetAttributes (
pAttributes As SFGAOF
) As SFGAOF
protected:
SFGAOF GetAttributes(
SFGAOF pAttributes
)
member GetAttributes :
pAttributes : SFGAOF -> SFGAOF Parameters
- pAttributes SFGAOF
- A set of one or more attributes from the SFGAOF enumeration.
Return Value
SFGAOFThose of the given attributes that apply to the current object.
See Also