CommandBarsClass.FindControl, méthode
Recherche le contrôle de barre de commandes qui possède les caractéristiques spécifiées.
Espace de noms : Microsoft.VisualStudio.CommandBars
Assembly : Microsoft.VisualStudio.CommandBars (dans Microsoft.VisualStudio.CommandBars.dll)
Syntaxe
'Déclaration
Public Overridable Function FindControl ( _
Type As Object, _
Id As Object, _
Tag As Object, _
Visible As Object _
) As CommandBarControl
public virtual CommandBarControl FindControl(
Object Type,
Object Id,
Object Tag,
Object Visible
)
Paramètres
- Type
Type : System.Object
MsoControlType .
- Id
Type : System.Object
L'ID du contrôle.
- Tag
Type : System.Object
La balise du contrôle.
- Visible
Type : System.Object
true si uniquement des contrôles visibles doivent être correspondus à, sinon false.
Valeur de retour
Type : Microsoft.VisualStudio.CommandBars.CommandBarControl
CommandBarControl correspondant.
Implémentations
_CommandBars.FindControl(Object, Object, Object, Object)
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.