IVsDataMappedObjectConversion.CallMapperStep Property

Definition

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.

Applies to