ShellFolderTryGetPropertyValue Method |
| Name | Description | |
|---|---|---|
| TryGetPropertyValue(PropertyKey, Object) |
Gets a property key value.
(Inherited from ShellItem.) | |
| TryGetPropertyValueT(PropertyKey, T, IFormatProvider) |
Gets a property key value and convert it to the expected type if needed.
(Inherited from ShellItem.) | |
| TryGetPropertyValue(ShellItemIdList, PropertyKey, Object) |
Gets a property key value. or a PIDL that may not represent an existing Shell Item.
This method returns false. If you override it, make sure you also override TryParseItem and TryGetDisplayName and TryGetAttributesin a consistent manner.
|