MenuDesigner.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
。
備註
UsePreviewControl由於屬性一律true
為 ,因此設計工具會使用View包含相關聯Menu控件複本的控件來產生設計時間標記。 控件 View 不會影響物件的任何持續性 Menu 。
UsePreviewControl如果已覆寫 屬性以傳回 false
,設計工具會使用相關聯的Menu物件本身來產生設計時間標記,而控件的設計時間變更會保存到頁面標記來源。
給繼承者的注意事項
您可以覆寫 UsePreviewControl 屬性以傳回 false
或根據控件是否標示類別層級 SupportsPreviewControlAttribute 屬性來判斷其值。
UsePreviewControl如果未覆寫 ,則會Menu忽略 SupportsPreviewControlAttribute。