次の方法で共有


ReturnMessage.GetOutArgName(Int32) メソッド

定義

リモート メソッドに渡された、指定された out パラメーターまたは ref パラメーターの名前を返します。

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

要求された引数の 0 から始まるインデックス。

戻り値

指定された out パラメーターまたは ref パラメーターの名前を表す文字列。現在のメソッドが実装されていない場合は null

実装

属性

適用対象