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

属性值

true 如果表示由引用传递的参数,则为 RemoteArgument ;否则为 false

适用于