GridViewDesigner.UsePreviewControl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示這個設計工具是否應該使用暫存複本來產生設計階段標記,而不是使用與設計工具關聯的實際控制項。
protected:
virtual property bool UsePreviewControl { bool get(); };
protected override bool UsePreviewControl { get; }
member this.UsePreviewControl : bool
Protected Overrides ReadOnly Property UsePreviewControl As Boolean
屬性值
若設計工具應該使用暫存複本來產生設計階段標記,而非使用與設計工具相關聯的實際控制項,則為 true
;否則為 false
。
備註
屬性一律 true
為 ,設計 UsePreviewControl 工具會使用 View 包含相關聯 GridView 控制項複本的控制項來產生設計階段標記。 控制項 View 不會影響 的任何持續性 GridView 。
UsePreviewControl如果屬性已被覆寫以傳回 false
,設計工具會使用相關聯的 GridView 本身來產生設計階段標記,而控制項的設計階段變更會保存到頁面標記來源。
給繼承者的注意事項
您可以覆寫 UsePreviewControl 屬性以傳回 false
,或根據控制項是否以類別層級 SupportsPreviewControlAttribute 物件標記來判斷其值。 如果未覆寫 , UsePreviewControl 則會 GridView 忽略 SupportsPreviewControlAttribute 。