次の方法で共有


DeclarativeCatalogPartDesigner.GetEmptyDesignTimeHtml メソッド

定義

デザイン サーフェイスで空のコントロールを表すマークアップを取得します。

protected:
 override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

戻り値

空のマークアップ文字列。

注釈

この操作により、クラス名とインスタンス名を示す灰色のボックスとしてコントロールがレンダリングされます。

適用対象