CommandBarsClass.Parent 属性

定义

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

public:
 virtual property System::Object ^ Parent { System::Object ^ get(); };
public:
 virtual property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610809359)]
public virtual object Parent { [System.Runtime.InteropServices.DispId(1610809359)] get; }
[<System.Runtime.InteropServices.DispId(1610809359)>]
[<get: System.Runtime.InteropServices.DispId(1610809359)>]
member this.Parent : obj
Public Overridable ReadOnly Property Parent As Object

属性值

Object

DTE 对象。

实现

属性

适用于