IVsDataMappedObject.UnderlyingObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.