次の方法で共有


DeclarativeCatalogPartDesigner.GetDesignTimeHtml メソッド

定義

親メソッドをオーバーライドして、コントロールが表示されないようにします。

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

戻り値

空の文字列 ("") または GetEmptyDesignTimeHtml() の値。

注釈

コントロールに関連付けられていない場合、デザイナーには WebPartsTemplate 、コントロールのクラス名とインスタンス名を含む標準の灰色のボックスが表示されます。 それ以外の場合、チェック ボックスと Web パーツタイトルはそれ自体ではなく によって CatalogPartChrome レンダリングされるため、デザイン時の DeclarativeCatalogPart レンダリングはまったく行われません。

適用対象