Class SystemProperties
- Namespace
- Microsoft.WindowsAPICodePack.Shell.PropertySystem
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Provides easy access to all the system properties (property keys and their descriptions)
public static class SystemProperties
- Inheritance
-
SystemProperties
- Inherited Members
Methods
GetPropertyDescription(PropertyKey)
Returns the property description for a given property key.
public static ShellPropertyDescription GetPropertyDescription(PropertyKey propertyKey)
Parameters
propertyKey
PropertyKeyProperty key of the property whose description is required.
Returns
- ShellPropertyDescription
Property Description for a given property key
GetPropertyDescription(string)
Gets the property description for a given property's canonical name.
public static ShellPropertyDescription GetPropertyDescription(string canonicalName)
Parameters
canonicalName
stringCanonical name of the property whose description is required.
Returns
- ShellPropertyDescription
Property Description for a given property key