ReturnMessage.GetOutArgName(Int32) Metodo

Definizione

Restituisce il nome di un parametro o out specificato 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 in base zero dell'argomento richiesto.

Valori restituiti

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

Implementazioni

Attributi

Si applica a