Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Sub Click ( _
A_1 As CommandBarButton, _
ByRef A_2 As Boolean _
)
public virtual void Click(
CommandBarButton A_1,
ref bool A_2
)
public:
virtual void Click(
CommandBarButton^ A_1,
bool% A_2
)
abstract Click :
A_1:CommandBarButton *
A_2:bool byref -> unit
override Click :
A_1:CommandBarButton *
A_2:bool byref -> unit
public function Click(
A_1 : CommandBarButton,
A_2 : boolean
)
Parameters
A_1
Type: Microsoft.VisualStudio.CommandBars.CommandBarButtonInfrastructure. Microsoft Internal Use Only.
A_2
Type: Boolean%Infrastructure. Microsoft Internal Use Only.
Implements
_CommandBarButtonEvents.Click(CommandBarButton, Boolean%)
.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.