IDLFLAG 枚举
注意:此枚举现在已过时。
应改用 IDLFLAG。
此枚举有一个 FlagsAttribute 属性,允许其成员值按位组合。
**命名空间:**System.Runtime.InteropServices
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
<SerializableAttribute> _
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202", False)> _
<FlagsAttribute> _
Public Enumeration IDLFLAG As Short
用法
Dim instance As IDLFLAG
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[FlagsAttribute]
public enum IDLFLAG : short
[SerializableAttribute]
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[FlagsAttribute]
public enum class IDLFLAG : short
/** @attribute SerializableAttribute() */
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202", false) */
/** @attribute FlagsAttribute() */
public enum IDLFLAG
SerializableAttribute
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202", false)
FlagsAttribute
public enum IDLFLAG
成员
成员名称 | 说明 | |
---|---|---|
IDLFLAG_FIN | 参数将信息从调用方传递到被调用方。 | |
IDLFLAG_FLCID | 参数是客户端应用程序的本地标识符。 | |
IDLFLAG_FOUT | 参数将信息从被调用方返回到调用方。 | |
IDLFLAG_FRETVAL | 参数是成员的返回值。 | |
IDLFLAG_NONE | 未指定参数是传递信息还是接收信息。 |
平台
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 中过时(编译器警告)