VCCodeStruct.ImplementedInterfaces 屬性

取得由這個物件實作的介面集合。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
ReadOnly Property ImplementedInterfaces As CodeElements
CodeElements ImplementedInterfaces { get; }
property CodeElements^ ImplementedInterfaces {
    CodeElements^ get ();
}
abstract ImplementedInterfaces : CodeElements with get
function get ImplementedInterfaces () : CodeElements

屬性值

型別:EnvDTE.CodeElements
CodeElements 集合。

備註

ImplementedInterfaces 會傳回 CodeElements 集合、每個 EnvDTE.vsCMElement.vsCMElementInterface 型別的項目 (vsCMElement),並代表程式碼類別所實作的介面。

.NET Framework 安全性

請參閱

參考

VCCodeStruct 介面

Microsoft.VisualStudio.VCCodeModel 命名空間

其他資源

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