次の方法で共有


Page.IsReusable プロパティ

定義

Page オブジェクトを再利用できるかどうかを示す値を取得します。

public:
 property bool IsReusable { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsReusable { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReusable : bool
Public ReadOnly Property IsReusable As Boolean

プロパティ値

Boolean

常に false

実装

属性

適用対象

こちらもご覧ください