다음을 통해 공유


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 또는 ref 매개 변수의 이름을 나타내는 문자열이거나, 현재 메서드가 구현되지 않은 경우 null입니다.

구현

특성

적용 대상