IExplorerPropertyDescriptor Interface
Defines a method that describes the property metadata including a mechanism to access or convert the values.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayName | Gets the name that will be displayed in the column headers and property viewer. |
![]() | Name | Gets the name that should match enumerator or SFC (System File Checker) property name. |
![]() | Priority | Gets the order of the property in the property viewer. |
![]() | PropertyType | Gets the type of the property. |
![]() | TargetType | Gets the optional property target value type. |
| Name | Description | |
|---|---|---|
![]() | GetValue(IExplorerItem^) | Retrieves the raw property value and specifies conversion to the type. |
![]() | GetValueAsImage(IExplorerItem^) | Converts the raw property value to an image. |
![]() | GetValueAsString(IExplorerItem^) | Converts the raw property value to a string using the default type converter. |
Show:

