IMethodReturnMessage.GetOutArg(Int32) 方法
定义
返回标记为 ref
或 out
参数的指定参数。Returns the specified argument marked as a ref
or an out
parameter.
public:
System::Object ^ GetOutArg(int argNum);
public object GetOutArg (int argNum);
[System.Security.SecurityCritical]
public object GetOutArg (int argNum);
abstract member GetOutArg : int -> obj
[<System.Security.SecurityCritical>]
abstract member GetOutArg : int -> obj
Public Function GetOutArg (argNum As Integer) As Object
参数
- argNum
- Int32
请求的参数的数目。The number of the requested argument.
返回
标记为 ref
或 out
参数的指定参数。The specified argument marked as a ref
or an out
parameter.
- 属性
例外
直接调用方通过引用接口进行调用,且没有基础结构权限。The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.