IExplorerViewColumn Interface

 

Displays the property of an ExplorerViewColumn.

Namespace:   Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class IExplorerViewColumn : IExplorerPropertyDescriptor

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the name that will be displayed in the column headers and property viewer.(Inherited from IExplorerPropertyDescriptor.)

System_CAPS_pubpropertyIndex

Gets or sets the specified index for the Explorer view.

System_CAPS_pubpropertyName

Gets the name that should match enumerator or SFC (System File Checker) property name.(Inherited from IExplorerPropertyDescriptor.)

System_CAPS_pubpropertyPriority

Gets the order of the property in the property viewer.(Inherited from IExplorerPropertyDescriptor.)

System_CAPS_pubpropertyPropertyType

Gets the type of the property.(Inherited from IExplorerPropertyDescriptor.)

System_CAPS_pubpropertySortOrder

Gets or sets the sorting order of the Explorer view.

System_CAPS_pubpropertyTargetType

Gets the optional property target value type.(Inherited from IExplorerPropertyDescriptor.)

System_CAPS_pubpropertyTextAlign

Gets or sets the horizontal alignment of the text that is displayed in the column.

System_CAPS_pubpropertyVisible

Gets or sets a value indicating whether the column is visible.

System_CAPS_pubpropertyWidth

Gets or sets the current width of the column.

NameDescription
System_CAPS_pubmethodGetValue(IExplorerItem^)

Retrieves the raw property value and specifies conversion to the type.(Inherited from IExplorerPropertyDescriptor.)

System_CAPS_pubmethodGetValueAsImage(IExplorerItem^)

Converts the raw property value to an image.(Inherited from IExplorerPropertyDescriptor.)

System_CAPS_pubmethodGetValueAsString(IExplorerItem^)

Converts the raw property value to a string using the default type converter.(Inherited from IExplorerPropertyDescriptor.)

Return to top
Show: