ControlDesigner.DesignTimeHtmlRequiresLoadComplete 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202
取得值,指出設計主應用程式在呼叫 GetDesignTimeHtml 方法之前是否必須完成載入。
public:
virtual property bool DesignTimeHtmlRequiresLoadComplete { bool get(); };
public virtual bool DesignTimeHtmlRequiresLoadComplete { get; }
[System.Obsolete("The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual bool DesignTimeHtmlRequiresLoadComplete { get; }
member this.DesignTimeHtmlRequiresLoadComplete : bool
[<System.Obsolete("The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.DesignTimeHtmlRequiresLoadComplete : bool
Public Overridable ReadOnly Property DesignTimeHtmlRequiresLoadComplete As Boolean
屬性值
如果在呼叫 GetDesignTimeHtml 方法之前必須完成載入則為 true
,否則為 false
。 預設為 false
。
- 屬性
備註
屬性的預設實作 DesignTimeHtmlRequiresLoadComplete 會傳 false
回 。
注意
DesignTimeHtmlRequiresLoadComplete 屬性已經過時。 SetViewFlags將方法用於對等的控件設計工具功能。