共用方式為


CommandBarsClass.FindControl Method

Finds the command bar control that has the specified characteristics.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'宣告
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
)

Parameters

  • Visible
    Type: System.Object
    true if only visible controls are to be matched, otherwise false.

Return Value

Type: Microsoft.VisualStudio.CommandBars.CommandBarControl
The matching CommandBarControl.

Implements

_CommandBars.FindControl(Object, Object, Object, Object)

.NET Framework Security

See Also

Reference

CommandBarsClass Class

Microsoft.VisualStudio.CommandBars Namespace