共用方式為


DataMappedObject.UnderlyingObject 屬性

取得這個目前的一般概念包含的基礎物件。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Public ReadOnly Property UnderlyingObject As IVsDataObject
public IVsDataObject UnderlyingObject { get; }
public:
virtual property IVsDataObject^ UnderlyingObject {
    IVsDataObject^ get () sealed;
}
abstract UnderlyingObject : IVsDataObject with get 
override UnderlyingObject : IVsDataObject with get
final function get UnderlyingObject () : IVsDataObject

屬性值

類型:Microsoft.VisualStudio.Data.Services.IVsDataObject
由目前包含一般概念的基礎物件。

實作

IVsDataMappedObject.UnderlyingObject

.NET Framework 安全性

請參閱

參考

DataMappedObject 類別

Microsoft.VisualStudio.Data.Framework 命名空間