IVsDataObject.Type 属性

获取表示数据对象的 IVsDataObjectType 对象支持是数据源特定的类型。

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

语法

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

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataObjectType
表示数据对象的 IVsDataObjectType 对象支持是数据源特定的类型。

.NET Framework 安全性

请参见

参考

IVsDataObject 接口

Microsoft.VisualStudio.Data.Services 命名空间