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 類別的新執行個體。 它主要是由 EditorZoneBaseCreateEditorPartChrome 方法中的區域用來建立 物件的實例,該實例 EditorPartChrome 會處理 Chrome 轉譯,以及區域中控制項的任何自訂轉譯 EditorPart

適用於