IVsDataMappedObjectTypeMember.Conversion 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 current instance of the IVsDataMappedObjectConversion stored in this class.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectConversion ^ Conversion { Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectConversion ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectConversion Conversion { get; }
member this.Conversion : Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectConversion
Public ReadOnly Property Conversion As IVsDataMappedObjectConversion
Property Value
The current instance of the IVsDataMappedObjectConversion stored in this class.