Sdílet prostřednictvím


IMethodMessage.GetArgName(Int32) Metoda

Definice

Získá název argumentu předaného metodě.

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

Parametry

index
Int32

Číslo požadovaného argumentu.

Návraty

Název zadaného argumentu předaného metodě nebo null pokud aktuální metoda není implementována.

Atributy

Výjimky

Okamžitý volající provede volání prostřednictvím odkazu na rozhraní a nemá oprávnění k infrastruktuře.

Platí pro