DataMappedObject.UnderlyingObject 属性

定义

获取当前泛型概念中包含的基础对象。

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataObject ^ UnderlyingObject { Microsoft::VisualStudio::Data::Services::IVsDataObject ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObject UnderlyingObject { get; }
member this.UnderlyingObject : Microsoft.VisualStudio.Data.Services.IVsDataObject
Public ReadOnly Property UnderlyingObject As IVsDataObject

属性值

IVsDataObject

当前一般概念所包含的基础对象。

实现

适用于