ControlDesigner.DesignTimeHtmlRequiresLoadComplete Propriedade

Definição

Cuidado

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

Obtém um valor que indica se o host de design deve concluir o carregamento antes do método GetDesignTimeHtml poder ser chamado.Gets a value indicating whether the design host must finish loading before the GetDesignTimeHtml method can be called.

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

Valor da propriedade

Boolean

true, se o carregamento deve ser concluído antes que o GetDesignTimeHtml método possa ser chamado; caso contrário, false .true, if loading must be complete before the GetDesignTimeHtml method can be called; otherwise, false. O padrão é false.The default is false.

Atributos

Comentários

A implementação padrão da DesignTimeHtmlRequiresLoadComplete propriedade retorna false .The default implementation of the DesignTimeHtmlRequiresLoadComplete property returns false.

Observação

A propriedade DesignTimeHtmlRequiresLoadComplete está obsoleta.The DesignTimeHtmlRequiresLoadComplete property is obsolete. Use o SetViewFlags método para funcionalidade equivalente do designer de controle.Use the SetViewFlags method for equivalent control designer functionality.

Aplica-se a

Confira também