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
属性值
类型:CodeElements
一个 CodeElements 集合。
备注
ImplementedInterfaces 返回一个 CodeElements 集合,每个元素的类型均为 EnvDTE.vsCMElement.vsCMElementInterface(请参见 vsCMElement)并表示由该代码类实现的接口。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
Microsoft.VisualStudio.VCCodeModel 命名空间