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 けられているコントロールを表すデザイン時オブジェクトを取得するためにデザイナーによって使用されます。

適用対象

こちらもご覧ください