表示某个节点的属性的信息在服务器资源管理器中。
命名空间: 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服务。