Share via


HtmlControlDesigner.DesignTimeElement 屬性

定義

警告

Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202

取得設計階段物件,表示與設計介面上 HtmlControlDesigner 物件相關聯的控制項。

protected:
 property System::Object ^ DesignTimeElement { System::Object ^ get(); };
protected object DesignTimeElement { get; }
[System.Obsolete("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202", true)]
protected object DesignTimeElement { get; }
member this.DesignTimeElement : obj
[<System.Obsolete("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202", true)>]
member this.DesignTimeElement : obj
Protected ReadOnly Property DesignTimeElement As Object

屬性值

設計階段物件,代表與 HtmlControlDesigner 關聯的控制項。

屬性

備註

設計 DesignTimeElement 工具會使用 屬性來擷取設計階段物件,代表與設計介面上物件相關聯的 HtmlControlDesigner 控制項。

適用於

另請參閱