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

实现

属性

适用于

另请参阅