IVsDataObject 接口

表示数据对象。

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

语法

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

IVsDataObject 类型公开以下成员。

属性

  名称 说明
公共属性 Identifier 获取用于标识当前数据对象的 IVsDataObjectIdentifier 对象。
公共属性 IsDeleted 获取一个数据对象是否的值已被删除。
公共属性 Name 获取数据对象的名称。
公共属性 Properties 获取包含此数据对象的属性 IVsDataObjectPropertyDictionary 对象。
公共属性 Store 获取表示对象存储,即,一个缓存的 IVsDataObjectStore 对象数据源特定数据对象。
公共属性 Type 获取表示数据对象的 IVsDataObjectType 对象支持是数据源特定的类型。

页首

备注

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

请参见

参考

Microsoft.VisualStudio.Data.Services 命名空间