Finds all the command bar controls that match the given criteria.
Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
声明
Function FindControls ( _
    Type As Object, _
    Id As Object, _
    Tag As Object, _
    Visible As Object _
) As CommandBarControls
用法
Dim instance As _CommandBars
Dim Type As Object
Dim Id As Object
Dim Tag As Object
Dim Visible As Object
Dim returnValue As CommandBarControls
returnValue = instance.FindControls(Type, _
    Id, Tag, Visible)
CommandBarControls FindControls(
    Object Type,
    Object Id,
    Object Tag,
    Object Visible
)
CommandBarControls^ FindControls(
    [InAttribute] Object^ Type, 
    [InAttribute] Object^ Id, 
    [InAttribute] Object^ Tag, 
    [InAttribute] Object^ Visible
)
abstract FindControls : 
        Type:Object * 
        Id:Object * 
        Tag:Object * 
        Visible:Object -> CommandBarControls 
function FindControls(
    Type : Object, 
    Id : Object, 
    Tag : Object, 
    Visible : Object
) : CommandBarControls
Parameters
- Type
Type: System.Object
The MsoControlType. 
- Id
Type: System.Object
The ID of the control. 
- Tag
Type: System.Object
The tag of the control. 
- Visible
Type: System.Object
true if only visible controls are to be matched, otherwise false. 
Return Value
Type: Microsoft.VisualStudio.CommandBars.CommandBarControls
A CommandBarControls that includes all the matching controls.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.