ControlDesigner.DesignTimeHtmlRequiresLoadComplete Właściwość

Definicja

Przestroga

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

Pobiera wartość wskazującą, czy host projektu musi zakończyć ładowanie, zanim będzie można wywołać metodę 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

Wartość właściwości

Boolean

true, jeśli ładowanie musi zostać ukończone, zanim będzie można wywołać metodę GetDesignTimeHtml ; w przeciwnym razie . false Wartość domyślna to false.

Atrybuty

Uwagi

Domyślna implementacja DesignTimeHtmlRequiresLoadComplete właściwości zwraca wartość false.

Uwaga

Właściwość DesignTimeHtmlRequiresLoadComplete jest przestarzała. SetViewFlags Użyj metody dla równoważnych funkcji projektanta kontrolek.

Dotyczy

Zobacz też