ContextAttributes.Parent 屬性

取得 ContextAttributes 集合的直接上層父物件。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
ReadOnly Property Parent As Object
    Get
Object Parent { get; }
property Object^ Parent {
    Object^ get ();
}
abstract Parent : Object
function get Parent () : Object

屬性值

型別:System.Object
物件。

備註

Parent 屬性會將直接上層父代傳回 ContextAttributes 集合。

.NET Framework 安全性

請參閱

參考

ContextAttributes 介面

EnvDTE 命名空間

其他資源

HOW TO:編譯和執行 Automation 物件模型程式碼範例