Click or drag to resize

ShellFolderTryGetPropertyValue Method

Overload List
  NameDescription
Public methodTryGetPropertyValue(PropertyKey, Object)
Gets a property key value.
(Inherited from ShellItem.)
Public methodTryGetPropertyValueT(PropertyKey, T, IFormatProvider)
Gets a property key value and convert it to the expected type if needed.
(Inherited from ShellItem.)
Public methodTryGetPropertyValue(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.
Top
See Also