IMethodReturnMessage.GetOutArgName(Int32) Método

Definição

Retorna o nome do argumento especificado marcado como um parâmetro ref ou out.

public:
 System::String ^ GetOutArgName(int index);
public string GetOutArgName (int index);
[System.Security.SecurityCritical]
public string GetOutArgName (int index);
abstract member GetOutArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetOutArgName : int -> string
Public Function GetOutArgName (index As Integer) As String

Parâmetros

index
Int32

O número do nome de argumento solicitado.

Retornos

String

O nome do argumento ou null, se o método atual não estiver implementado.

Atributos

Exceções

O chamador imediato faz a chamada por meio de uma referência à interface e não tem permissão de infraestrutura.

Aplica-se a