CommandBarsClass.Parent 属性

获取 CommandBars 对象的父级,是 DTE 对象。

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

语法

声明
Public Overridable ReadOnly Property Parent As Object
public virtual Object Parent { get; }

属性值

类型:System.Object
DTE 对象。

实现

_CommandBars.Parent

.NET Framework 安全性

请参见

参考

CommandBarsClass 类

Microsoft.VisualStudio.CommandBars 命名空间