AxParameterData.IsByRef 属性
定义
指示参数数据是否通过引用传递。Indicates whether the parameter data is passed by reference.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool IsByRef { bool get(); };
public bool IsByRef { get; }
member this.IsByRef : bool
Public ReadOnly Property IsByRef As Boolean
属性值
如果参数数据通过引用传递,则为 true;否则为 false。true if the parameter data is by reference; otherwise, false.