MethodResponse.GetOutArgName(Int32) メソッド

定義

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

要求される引数のインデックス。

戻り値

String

引数名。現在のメソッドが実装されていない場合は null

実装

属性

注釈

メソッドは、リモートオブジェクトに属しています。

適用対象