RemoteArgument.IsByRef 属性

定义

获取或设置一个值,该值指示 RemoteArgument 是否表示通过引用传递的参数。Gets or sets a value that indicates whether the RemoteArgument represents an argument that is passed by reference.

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

属性值

Boolean

如果 RemoteArgument 表示通过引用传递的参数,则为 true;否则为 falsetrue if the RemoteArgument represents an argument that is passed by reference; otherwise, false.

适用于