AxParameterData.IsByRef 屬性

定義

表示參數資料是否以參考方式傳遞。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property bool IsByRef { bool get(); };
public bool IsByRef { get; }
member this.IsByRef : bool
Public ReadOnly Property IsByRef As Boolean

屬性值

true如果參數資料是參考資料;否則,。 false

適用於