ControlDesigner.DesignTimeHtmlRequiresLoadComplete Vlastnost

Definice

Upozornění

The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202

Získá hodnotu označující, zda návrhový hostitel musí dokončit načítání před volat metodu 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

Hodnota vlastnosti

true, pokud musí být načítání dokončeno před zavolání GetDesignTimeHtml metody, jinak false. Výchozí formát je false.

Atributy

Poznámky

Výchozí implementace DesignTimeHtmlRequiresLoadComplete vlastnosti vrátí false.

Poznámka

Vlastnost DesignTimeHtmlRequiresLoadComplete je zastaralá. Použijte metodu SetViewFlags pro ekvivalentní funkce návrháře ovládacích prvků.

Platí pro

Viz také