Condividi tramite


Proprietà IVsDataObjectService.ImplementationType

Ottiene la classe come Type che implementa l'entità di supporto IVsDataObjectSelector.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
function get ImplementationType () : Type

Valore proprietà

Tipo: System.Type
Type come classe come che implementi l'entità di supporto IVsDataObjectSelector.

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataObjectService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services