다음을 통해 공유


ReturnMessage.GetArgName(Int32) 메서드

정의

지정된 메서드 인수의 이름을 반환합니다.

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

매개 변수

index
Int32

요청된 인수 이름의 인덱스(0부터 시작)입니다.

반환

지정된 메서드 인수의 이름입니다.

구현

특성

적용 대상