ControlDesigner.DesignTimeHtmlRequiresLoadComplete Свойство
Определение
Внимание!
The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202
Получает значение, указывающее, должна ли быть завершена загрузка основным приложением разработки до вызова метода GetDesignTimeHtml.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
Значение свойства
Значение true
, если загрузка должна быть завершена до вызова метода GetDesignTimeHtml, в противном случае — false
.true
, if loading must be complete before the GetDesignTimeHtml method can be called; otherwise, false
. Значение по умолчанию — false
.The default is false
.
- Атрибуты
Комментарии
Реализация свойства по умолчанию DesignTimeHtmlRequiresLoadComplete возвращает false
.The default implementation of the DesignTimeHtmlRequiresLoadComplete property returns false
.
Примечание
Свойство DesignTimeHtmlRequiresLoadComplete является устаревшим.The DesignTimeHtmlRequiresLoadComplete property is obsolete. Используйте SetViewFlags метод для эквивалентной функциональности конструктора элементов управления.Use the SetViewFlags method for equivalent control designer functionality.