Condividi tramite


Proprietà IVsDataMappedObjectConversion.CallMapperStep

Ottiene un passaggio di conversione che fanno parte della conversione da un tipo di origine specifico di dati a un tipo mappato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
ReadOnly Property CallMapperStep As IVsDataMappedObjectCallMapperConversionStep
IVsDataMappedObjectCallMapperConversionStep CallMapperStep { get; }
property IVsDataMappedObjectCallMapperConversionStep^ CallMapperStep {
    IVsDataMappedObjectCallMapperConversionStep^ get ();
}
abstract CallMapperStep : IVsDataMappedObjectCallMapperConversionStep with get
function get CallMapperStep () : IVsDataMappedObjectCallMapperConversionStep

Valore proprietà

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectCallMapperConversionStep
Un oggetto IVsDataMappedObjectCallMapperConversionStep che rappresenta un passaggio di conversione.

Note

La conversione da un tipo di origine specifico di dati sottostanti a un tipo associato potrebbe includere numerosi passaggi. Questa proprietà rappresenta un tale passaggio di conversione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataMappedObjectConversion Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services