CommandBar.Parent 属性

定义

获取此命令栏的父。

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

属性值

Object

如果有父命令栏,则返回命令栏,否则返回 DTE 对象。

属性

适用于