CommandBarsClass.ActionControl 属性

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

命名空间:  Microsoft.VisualStudio.CommandBars
程序集:  Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)

语法

声明
Public Overridable ReadOnly Property ActionControl As CommandBarControl
public virtual CommandBarControl ActionControl { get; }

属性值

类型:Microsoft.VisualStudio.CommandBars.CommandBarControl
CommandBarControl

实现

_CommandBars.ActionControl

备注

如果命令栏控件尚未启动宏,此属性返回 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

CommandBarsClass 类

Microsoft.VisualStudio.CommandBars 命名空间