MethodResponse.OutArgCount 속성

정의

refout 매개 변수로 표시되는 메서드 호출의 인수 개수를 가져옵니다.

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

public:
 property int OutArgCount { int get(); };
public int OutArgCount { get; }
public int OutArgCount { [System.Security.SecurityCritical] get; }
member this.OutArgCount : int
[<get: System.Security.SecurityCritical>]
member this.OutArgCount : int
Public ReadOnly Property OutArgCount As Integer

속성 값

ref 또는 out 매개 변수로 표시되는 메서드 호출의 인수 개수를 나타내는 Int32입니다.

구현

특성

설명

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

적용 대상