Share via


ReturnMessage.GetOutArgName(Int32) Metodo

Definizione

Restituisce il nome di un parametro specifico out o ref passato al metodo remoto.

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

Parametri

index
Int32

Indice con inizio zero dell'argomento richiesto.

Restituisce

Stringa che rappresenta il nome del parametro out o ref specificato oppure null se il metodo corrente non è implementato.

Implementazioni

Attributi

Si applica a