言語

EditorPartChrome(EditorZoneBase) コンストラクター

定義

EditorPartChrome クラスの新しいインスタンスを初期化します。

public:
 EditorPartChrome(System::Web::UI::WebControls::WebParts::EditorZoneBase ^ zone);
public EditorPartChrome(System.Web.UI.WebControls.WebParts.EditorZoneBase zone);
new System.Web.UI.WebControls.WebParts.EditorPartChrome : System.Web.UI.WebControls.WebParts.EditorZoneBase -> System.Web.UI.WebControls.WebParts.EditorPartChrome
Public Sub New (zone As EditorZoneBase)

パラメーター

zone
EditorZoneBase

関連付けられている EditorZoneBase

例外

EditorZoneBase参照するzonenull

注釈

EditorPartChrome コンストラクターは、EditorPartChrome クラスの新しいインスタンスを初期化します。 これは主に、EditorZoneBase メソッドのCreateEditorPartChrome ゾーンによって使用され、クロム レンダリングとゾーン内のEditorPartChrome コントロールのカスタム レンダリングを処理するEditorPart オブジェクトのインスタンスを作成します。

適用対象