次の方法で共有


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

例外

zone が参照する EditorZoneBasenull です。

注釈

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

適用対象