ReturnMessage.GetOutArgName(Int32) 메서드

정의

원격 메서드에 전달된 지정된 out 매개 변수 또는 ref 매개 변수의 이름을 반환합니다.

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

매개 변수

index
Int32

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

반품

지정된 out 또는 매개 변수의 이름을 나타내는 문자열이거나 refnull 현재 메서드가 구현되지 않은 경우

구현

특성

적용 대상