ShellBrowserBaseHasAttributes 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 public bool HasAttributes(
SFGAOF pAttributes
)
Public Function HasAttributes (
pAttributes As SFGAOF
) As Boolean
public:
bool HasAttributes(
SFGAOF pAttributes
)
member HasAttributes :
pAttributes : SFGAOF -> bool
Parameters
- pAttributes
- Type: Jam.ShellSFGAOF
A set of one or more attributes from the SFGAOF enumeration.
Return Value
Type:
Booleantrue, if all the given attributes apply to the current object, false therwise
See Also