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