Condividi tramite


Proprietà IVsDataViewCommandInfo.CommandProviderType

Ottiene la classe come Type che implementa l'entità di supporto IVsDataViewCommandProvider. 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 CommandProviderType As Type
Type CommandProviderType { get; }
property Type^ CommandProviderType {
    Type^ get ();
}
abstract CommandProviderType : Type with get
function get CommandProviderType () : Type

Valore proprietà

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

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataViewCommandInfo Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services