IExplorerViewColumn Interface

Definition

Displays the property of an ExplorerViewColumn.

public interface class IExplorerViewColumn : Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor
public interface IExplorerViewColumn : Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor
type IExplorerViewColumn = interface
    interface IExplorerPropertyDescriptor
Public Interface IExplorerViewColumn
Implements IExplorerPropertyDescriptor
Implements

Properties

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.

Methods

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)

Applies to