IVsDataMappedObject.UnderlyingObject Property

Definition

Gets the underlying object that is contained by the current generic mapped type.

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

Property Value

The underlying object that is contained by the current generic mapped type.

Applies to