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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.VCCodeModel 命名空間