ItemIdListHasAttributes Method |
Determines whether the object represented by this ItemIdList has the specified attributes.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool HasAttributes(
SFGAOF pAttributes
)
Public Function HasAttributes (
pAttributes As SFGAOF
) As Boolean
public:
bool HasAttributes(
SFGAOF pAttributes
)
member HasAttributes :
pAttributes : SFGAOF -> bool
Parameters
- pAttributes SFGAOF
- The attributes.
Return Value
BooleanTrue if the object has the attributes, false otherwise.
See Also