Partager via


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

  • 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

Voir aussi

Référence

CommandBarsClass Classe

Microsoft.VisualStudio.CommandBars, espace de noms