PropertySystemGetPropertyDescription Method (String, Boolean) |
Gets the property description using its canonical name.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static PropertyDescription GetPropertyDescription(
string canonicalName,
bool throwOnError = true
)
Parameters
- canonicalName
- Type: SystemString
The property canonical name. - throwOnError (Optional)
- Type: SystemBoolean
if set to true Windows error may be thrown.
Return Value
Type:
PropertyDescriptionAn instance of the PropertyDescription type or null if an error occurred.
Exceptions See Also