TaskProvider.IVsTaskProvider3.GetProviderToolbar, méthode
Obtient la barre d'outils du fournisseur.
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Private Function GetProviderToolbar ( _
<OutAttribute> ByRef pguidGroup As Guid, _
<OutAttribute> ByRef pdwID As UInteger _
) As Integer Implements IVsTaskProvider3.GetProviderToolbar
int IVsTaskProvider3.GetProviderToolbar(
out Guid pguidGroup,
out uint pdwID
)
Paramètres
- pguidGroup
Type : System.Guid%
[] GUID du groupe auquel la barre d'outils appartient.
- pdwID
Type : System.UInt32%
[] L'IDENTIFICATEUR de la barre d'outils.
Valeur de retour
Type : System.Int32
S_OK .
Implémentations
IVsTaskProvider3.GetProviderToolbar(Guid%, UInt32%)
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.