IExplorerViewColumn 接口

定义

显示 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
实现

属性

DisplayName

获取将在列标题和属性查看器中显示的名称。

(继承自 IExplorerPropertyDescriptor)
Index

获取或设置资源管理器视图的指定索引。

Name

获取应匹配枚举器或 SFC(系统文件检查器)属性名称的名称。

(继承自 IExplorerPropertyDescriptor)
Priority

获取属性查看器中属性的顺序。

(继承自 IExplorerPropertyDescriptor)
PropertyType

获取属性的类型。

(继承自 IExplorerPropertyDescriptor)
SortOrder

获取或设置资源管理器视图的排序顺序。

TargetType

获取可选的属性目标值类型。

(继承自 IExplorerPropertyDescriptor)
TextAlign

获取或设置列中显示的文本的水平对齐方式。

Visible

获取或设置一个值,该值指示该列是否可见。

Width

获取或设置该列的当前宽度。

方法

GetValue(IExplorerItem)

检索原始属性值并指定到该类型的转换。

(继承自 IExplorerPropertyDescriptor)
GetValueAsImage(IExplorerItem)

将原始属性值转换为图像。

(继承自 IExplorerPropertyDescriptor)
GetValueAsString(IExplorerItem)

使用默认类型转换器将原始属性值转换为字符串。

(继承自 IExplorerPropertyDescriptor)

适用于