IVsDataViewSelectionNodeInfo.ObjectType 属性

获取在选择节点表示的数据对象的类型。

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

语法

声明
ReadOnly Property ObjectType As IVsDataObjectType
IVsDataObjectType ObjectType { get; }
property IVsDataObjectType^ ObjectType {
    IVsDataObjectType^ get ();
}
abstract ObjectType : IVsDataObjectType
function get ObjectType () : IVsDataObjectType

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataObjectType
表示选择节点的类型 IVsDataObjectType

.NET Framework 安全性

请参见

参考

IVsDataViewSelectionNodeInfo 接口

Microsoft.VisualStudio.Data.Services 命名空间