IVsDataViewCommandInfo.CommandProviderType, propriété
Obtient la classe comme Type qui implémente l'entité de prise en charge d' IVsDataViewCommandProvider . Le fournisseur fournit cette implémentation.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
ReadOnly Property CommandProviderType As Type
Type CommandProviderType { get; }
property Type^ CommandProviderType {
Type^ get ();
}
abstract CommandProviderType : Type with get
function get CommandProviderType () : Type
Valeur de propriété
Type : Type
Type représentant la classe qui implémente l'entité de prise en charge d' IVsDataViewCommandProvider .
Notes
Le type d'implémentation est spécifié dans le fichier XML de DataObjectSupport.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.