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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.