共用方式為


ContextAttributes.Type 屬性

取得常數,指出物件型別。

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

語法

'宣告
ReadOnly Property Type As vsContextAttributes
vsContextAttributes Type { get; }
property vsContextAttributes Type {
    vsContextAttributes get ();
}
abstract Type : vsContextAttributes
function get Type () : vsContextAttributes

屬性值

型別:EnvDTE.vsContextAttributes
vsContextAttributes 常數,指定內容屬性。

.NET Framework 安全性

請參閱

參考

ContextAttributes 介面

EnvDTE 命名空間

其他資源

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