_CommandBars.ActionControl 属性

定义

获取 CommandBarControl 其 OnAction 事件启动当前正在运行的过程的。

public:
 property Microsoft::VisualStudio::CommandBars::CommandBarControl ^ ActionControl { Microsoft::VisualStudio::CommandBars::CommandBarControl ^ get(); };
public:
 property Microsoft::VisualStudio::CommandBars::CommandBarControl ^ ActionControl { Microsoft::VisualStudio::CommandBars::CommandBarControl ^ get(); };
[System.Runtime.InteropServices.DispId(1610809344)]
public Microsoft.VisualStudio.CommandBars.CommandBarControl ActionControl { [System.Runtime.InteropServices.DispId(1610809344)] get; }
[<System.Runtime.InteropServices.DispId(1610809344)>]
[<get: System.Runtime.InteropServices.DispId(1610809344)>]
member this.ActionControl : Microsoft.VisualStudio.CommandBars.CommandBarControl
Public ReadOnly Property ActionControl As CommandBarControl

属性值

CommandBarControl

CommandBarControl

属性

注解

如果宏不是由命令栏控件启动的,则此属性返回 null

适用于