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

属性值

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

.NET Framework 安全性

请参阅

参考

ITypeLibInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间