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입니다.

구현

특성

설명

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

적용 대상