_CommandBarButtonEvents_SinkHelper.Click Method
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣言
Public Overridable Sub Click ( _
A_1 As CommandBarButton, _
ByRef A_2 As Boolean _
)
public virtual void Click(
CommandBarButton A_1,
ref bool A_2
)
Parameters
- A_1
Type: Microsoft.VisualStudio.CommandBars.CommandBarButton
Infrastructure. Microsoft Internal Use Only.
- A_2
Type: System.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.