ITypeLibInfo.Interfaces 属性

获取接口的集合该类型的库。

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

语法

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

属性值

类型:System.Object
包含接口的集合对象与类型库。

.NET Framework 安全性

请参见

参考

ITypeLibInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间