Share via


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)

Syntax

'Declaration
Public Interface IExplorerViewColumn _
    Inherits IExplorerPropertyDescriptor
'Usage
Dim instance As IExplorerViewColumn
public interface IExplorerViewColumn : IExplorerPropertyDescriptor
public interface class IExplorerViewColumn : IExplorerPropertyDescriptor
type IExplorerViewColumn =  
    interface
        interface IExplorerPropertyDescriptor
    end
public interface IExplorerViewColumn extends IExplorerPropertyDescriptor

The IExplorerViewColumn type exposes the following members.

Properties

  Name Description
Public property DisplayName Gets the name that will be displayed in the column headers and property viewer. (Inherited from IExplorerPropertyDescriptor.)
Public property Index Gets or sets the specified index for the Explorer view.
Public property Name Gets the name that should match enumerator or SFC (System File Checker) property name. (Inherited from IExplorerPropertyDescriptor.)
Public property Priority Gets the order of the property in the property viewer. (Inherited from IExplorerPropertyDescriptor.)
Public property PropertyType Gets the type of the property. (Inherited from IExplorerPropertyDescriptor.)
Public property SortOrder Gets or sets the sorting order of the Explorer view.
Public property TargetType Gets the optional property target value type. (Inherited from IExplorerPropertyDescriptor.)
Public property TextAlign Gets or sets the horizontal alignment of the text that is displayed in the column.
Public property Visible Gets or sets a value indicating whether the column is visible.
Public property Width Gets or sets the current width of the column.

Top

Methods

  Name Description
Public method GetValue Retrieves the raw property value and specifies conversion to the type. (Inherited from IExplorerPropertyDescriptor.)
Public method GetValueAsImage Converts the raw property value to an image. (Inherited from IExplorerPropertyDescriptor.)
Public method GetValueAsString Converts the raw property value to a string using the default type converter. (Inherited from IExplorerPropertyDescriptor.)

Top