IVsDataMappedObjectConversion.CallMapperStep 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 a conversion step that is part of the conversion from a data source–specific type to a mapped type.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectCallMapperConversionStep ^ CallMapperStep { Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectCallMapperConversionStep ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectCallMapperConversionStep CallMapperStep { get; }
member this.CallMapperStep : Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectCallMapperConversionStep
Public ReadOnly Property CallMapperStep As IVsDataMappedObjectCallMapperConversionStep
Property Value
An IVsDataMappedObjectCallMapperConversionStep object representing one conversion step.