CommandBarsClass.FindControls Method
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
'Declaration
Public Overridable Function FindControls ( _
Type As Object, _
Id As Object, _
Tag As Object, _
Visible As Object _
) As CommandBarControls
public virtual CommandBarControls FindControls(
Object Type,
Object Id,
Object Tag,
Object Visible
)
public:
virtual 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
override FindControls :
Type:Object *
Id:Object *
Tag:Object *
Visible:Object -> CommandBarControls
public function FindControls(
Type : Object,
Id : Object,
Tag : Object,
Visible : Object
) : CommandBarControls
Parameters
Type
Type: ObjectThe MsoControlType.
Id
Type: ObjectThe ID of the control.
Tag
Type: ObjectThe tag of the control.
Visible
Type: Objecttrue 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.
Implements
_CommandBars.FindControls(Object, Object, Object, Object)
.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.