ItemIdListHasAttributes Method |
Determines whether the object represented by this ItemIdList has the specified attributes.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.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
The attributes.
Return Value
Type:
BooleanTrue if the object has the attributes, false otherwise.
See Also