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

属性值

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

适用于