RemoteArgument.IsByRef 속성

정의

참조로 전달되는 인수를 나타내는지 여부를 RemoteArgument 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsByRef { bool get(); void set(bool value); };
public bool IsByRef { get; set; }
member this.IsByRef : bool with get, set
Public Property IsByRef As Boolean

속성 값

참조로 전달되는 인수를 나타내면 그렇지 않으면 .입니다.

적용 대상