MethodResponse.GetOutArgName(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回标记为 ref
或 out
参数的指定参数的名称。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual System::String ^ GetOutArgName(int index);
public string GetOutArgName (int index);
[System.Security.SecurityCritical]
public string GetOutArgName (int index);
abstract member GetOutArgName : int -> string
override this.GetOutArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetOutArgName : int -> string
override this.GetOutArgName : int -> string
Public Function GetOutArgName (index As Integer) As String
参数
- index
- Int32
请求的参数的索引。
返回
参数名称;或者如果未实现当前方法,则为 null
。
实现
- 属性
注解
方法属于远程对象。