MethodResponse.GetOutArgName(Int32) 메서드

정의

매개 변수 또는 매개 변수로 ref 표시된 지정된 인수의 이름을 반환합니다 out .

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

요청된 인수의 인덱스입니다.

반품

인수 이름 또는 null 현재 메서드가 구현되지 않은 경우

구현

특성

설명

메서드는 원격 개체에 속합니다.

적용 대상