IExplorerViewColumn インターフェイス

定義

エクスプローラー ビュー列のプロパティを表示します。

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
実装

プロパティ

DisplayName

列見出しおよびプロパティ ビューアーに表示される名前を取得します。

(継承元 IExplorerPropertyDescriptor)
Index

エクスプローラー ビューの指定されたインデックスを取得または設定します。

Name

名前を取得します。この名前は、列挙子または SFC (System File Checker) のプロパティ名と一致する必要があります。

(継承元 IExplorerPropertyDescriptor)
Priority

プロパティ ビューアーにおけるプロパティの順序を取得します。

(継承元 IExplorerPropertyDescriptor)
PropertyType

プロパティの型を取得します。

(継承元 IExplorerPropertyDescriptor)
SortOrder

エクスプローラー ビューの並べ替え順を取得または設定します。

TargetType

プロパティの対象値の型を取得します (省略可能)。

(継承元 IExplorerPropertyDescriptor)
TextAlign

列に表示される文字列の横方向の配置を取得または設定します。

Visible

列が表示されているかどうかを示す値を取得または設定します。

Width

列の現在の幅を取得または設定します。

メソッド

GetValue(IExplorerItem)

未処理のプロパティ値を取得し、型への変換を指定します。

(継承元 IExplorerPropertyDescriptor)
GetValueAsImage(IExplorerItem)

未処理のプロパティ値をイメージに変換します。

(継承元 IExplorerPropertyDescriptor)
GetValueAsString(IExplorerItem)

未処理のプロパティ値を、既定の型変換を使用して文字列に変換します。

(継承元 IExplorerPropertyDescriptor)

適用対象