IVsDataViewSelectionInfo.SelectionType 属性

获取表示选定内容中的数据对象的类型。

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

语法

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

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataObjectType
表示数据对象的类型 IVsDataObjectType 对象表示在选择。

.NET Framework 安全性

请参见

参考

IVsDataViewSelectionInfo 接口

Microsoft.VisualStudio.Data.Services 命名空间