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 _
)
'使用
Dim instance As _CommandBarButtonEvents_SinkHelper
Dim A_1 As CommandBarButton
Dim A_2 As Boolean
instance.Click(A_1, A_2)
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.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.
See Also
Reference
_CommandBarButtonEvents_SinkHelper Class