PARAMFLAG 枚举

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

应改用 PARAMFLAG

此枚举有一个 FlagsAttribute 属性,允许其成员值按位组合。

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

语法

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

成员

  成员名称 说明
PARAMFLAG_FHASCUSTDATA 该参数具有自定义数据。 
PARAMFLAG_FHASDEFAULT 参数定义了默认行为。 
PARAMFLAG_FIN 参数将信息从调用方传递到被调用方。 
PARAMFLAG_FLCID 参数是客户端应用程序的本地标识符。 
PARAMFLAG_FOPT 该参数是可选的。 
PARAMFLAG_FOUT 参数将信息从被调用方返回到调用方。 
PARAMFLAG_FRETVAL 参数是成员的返回值。 
PARAMFLAG_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 中过时(编译器警告)

请参见

参考

System.Runtime.InteropServices 命名空间