TYPEKIND 枚举

注意:此枚举现在已过时。

应改用 TYPEKIND

**命名空间:**System.Runtime.InteropServices
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
<SerializableAttribute> _
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", False)> _
Public Enumeration TYPEKIND
用法
Dim instance As TYPEKIND
[SerializableAttribute] 
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false)] 
public enum TYPEKIND
[SerializableAttribute] 
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false)] 
public enum class TYPEKIND
/** @attribute SerializableAttribute() */ 
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false) */ 
public enum TYPEKIND
SerializableAttribute 
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false) 
public enum TYPEKIND

成员

  成员名称 说明
TKIND_ALIAS 类型,它是另一个类型的别名。 
TKIND_COCLASS 已实现的组件接口集。 
TKIND_DISPATCH 可通过 IDispatch::Invoke 访问的方法和属性集。默认情况下,双重接口返回 TKIND_DISPATCH。 
TKIND_ENUM 枚举数集。 
TKIND_INTERFACE 类型,它具有虚函数(全部为纯虚函数)。 
TKIND_MAX 枚举标记的结尾。 
TKIND_MODULE 模块,它只能包含静态函数和数据(例如 DLL)。 
TKIND_RECORD 没有方法的结构。 
TKIND_UNION 偏移量为零的所有成员的联合。 

备注

有关 TYPEKIND 的其他信息,请参见 MSDN Library。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:1.0、1.1
在 2.0 中过时(编译器警告)

请参见

参考

System.Runtime.InteropServices 命名空间