IInterfaceInfo.Type 属性

获取接口类型作为 eInterfaceType 枚举。

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

语法

声明
ReadOnly Property Type As eInterfaceType
eInterfaceType Type { get; }
property eInterfaceType Type {
    eInterfaceType get ();
}
abstract Type : eInterfaceType with get
function get Type () : eInterfaceType

属性值

类型:Microsoft.VisualStudio.VsWizard.eInterfaceType
eInterfaceType 枚举。

示例

请参见 ActiveType 属性。

.NET Framework 安全性

请参见

参考

IInterfaceInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间