IVsDataViewPropertyInfo 接口

表示某个节点的属性的信息在服务器资源管理器中。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Public Interface IVsDataViewPropertyInfo
public interface IVsDataViewPropertyInfo
public interface class IVsDataViewPropertyInfo
type IVsDataViewPropertyInfo =  interface end
public interface IVsDataViewPropertyInfo

IVsDataViewPropertyInfo 类型公开以下成员。

属性

  名称 说明
公共属性 Category 获取节点属性的类。
公共属性 Description 获取节点属性的说明。
公共属性 DisplayName 获取节点属性的显示名称。
公共属性 Name 获取节点属性名称。
公共属性 StandardValues 获取节点属性的值。
公共属性 Value 获取节点属性的值。

页首

备注

此接口实现为内置DDEX服务。

请参见

参考

Microsoft.VisualStudio.Data.Services 命名空间