次の方法で共有


MethodReturnMessageWrapper.GetOutArgName(Int32) メソッド

定義

ref パラメーターまたは out パラメーターとしてマークされた引数のうち、指定された引数の名前を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual System::String ^ GetOutArgName(int index);
public virtual string GetOutArgName (int index);
[System.Security.SecurityCritical]
public virtual 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 Overridable Function GetOutArgName (index As Integer) As String

パラメーター

index
Int32

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

戻り値

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

実装

属性

注釈

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

適用対象