Condividi tramite


Proprietà IVsDataMappedObjectCallMapperConversionStep.ImplementationType

Ottiene la classe come Type che implementa l'entità di supporto IVsDataMappedObjectConverter. Il provider forniscono questa implementazione.

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

Sintassi

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

Valore proprietà

Tipo: Type
Type che rappresenta la classe che implementa l'entità di supporto IVsDataMappedObjectConverter.

Note

Il tipo di implementazione è specificato nel file XML di DataObjectSupport.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataMappedObjectCallMapperConversionStep Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services