Compares the ItemIdList to a ShellFolder.
| C# | Visual Basic | Visual C++ |
public bool IsSpecialFolder( ShellFolder aShellFolder )
Public Function IsSpecialFolder ( _ aShellFolder As ShellFolder _ ) As Boolean
public: bool IsSpecialFolder( ShellFolder aShellFolder )
- aShellFolder (ShellFolder)
- The shell folder to that the ItemIdList should be compared.
true if the ItemIdList represents the given shell folder, false otherwise.