IExplorerViewColumn Interface
Displays the property of an ExplorerViewColumn.
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.(Inherited from IExplorerPropertyDescriptor.) |
![]() | Index | Gets or sets the specified index for the Explorer view. |
![]() | Name | Gets the name that should match enumerator or SFC (System File Checker) property name.(Inherited from IExplorerPropertyDescriptor.) |
![]() | Priority | Gets the order of the property in the property viewer.(Inherited from IExplorerPropertyDescriptor.) |
![]() | PropertyType | Gets the type of the property.(Inherited from IExplorerPropertyDescriptor.) |
![]() | SortOrder | Gets or sets the sorting order of the Explorer view. |
![]() | TargetType | Gets the optional property target value type.(Inherited from IExplorerPropertyDescriptor.) |
![]() | TextAlign | Gets or sets the horizontal alignment of the text that is displayed in the column. |
![]() | Visible | Gets or sets a value indicating whether the column is visible. |
![]() | Width | Gets or sets the current width of the column. |
| Name | Description | |
|---|---|---|
![]() | GetValue(IExplorerItem^) | Retrieves the raw property value and specifies conversion to the type.(Inherited from IExplorerPropertyDescriptor.) |
![]() | GetValueAsImage(IExplorerItem^) | Converts the raw property value to an image.(Inherited from IExplorerPropertyDescriptor.) |
![]() | GetValueAsString(IExplorerItem^) | Converts the raw property value to a string using the default type converter.(Inherited from IExplorerPropertyDescriptor.) |

