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
属性值
true如果加载必须完成,则调用方法之前 GetDesignTimeHtml ,则为 ;否则为 false。 默认值为 false。
- 属性
注解
属性的默认实现 DesignTimeHtmlRequiresLoadComplete 返回 false。
注释
属性 DesignTimeHtmlRequiresLoadComplete 已过时。 将 SetViewFlags 方法用于等效的控件设计器功能。