BaseDataBoundControlDesigner.GetDesignTimeHtml メソッド

定義

デザイン時にコントロールをレンダリングするために使用されるマークアップを生成します。

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

返品

デザイン時にコントロールをレンダリングするために使用されるマークアップ。

注釈

BaseDataBoundControlDesigner クラスは、コントロールをレンダリングする前に、デザイン時にバインドの目的で使用されるサンプル データを取得します。 コントロールがデータ バインドされていない場合は、 GetEmptyDesignTimeHtml メソッドを呼び出します。 コントロールのレンダリング中にエラーが発生した場合は、 GetErrorDesignTimeHtml メソッドを呼び出します。

適用対象

こちらもご覧ください