IMethodCallMessage.GetInArgName(Int32) 메서드

정의

매개 변수로 표시되지 않은 지정된 인수의 이름을 반환합니다 out .

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

매개 변수

index
Int32

요청 in 된 인수의 수입니다.

반품

매개 변수로 out 표시되지 않은 특정 인수의 이름입니다.

특성

예외

직접 호출자는 인터페이스에 대한 참조를 통해 호출을 수행하며 인프라 권한이 없습니다.

적용 대상