VCFileCodeModel.Interfaces 属性

获取对象的接口的集合。

命名空间:  Microsoft.VisualStudio.VCCodeModel
程序集:  Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)

语法

声明
ReadOnly Property Interfaces As CodeElements
CodeElements Interfaces { get; }
property CodeElements^ Interfaces {
    CodeElements^ get ();
}
abstract Interfaces : CodeElements with get
function get Interfaces () : CodeElements

属性值

类型:CodeElements
一个 CodeElements 集合。

.NET Framework 安全性

请参阅

参考

VCFileCodeModel 接口

Microsoft.VisualStudio.VCCodeModel 命名空间