EditorPartChrome(EditorZoneBase) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
參考的 EditorZoneBase 是 null
。
備註
EditorPartChrome 建構函式會初始化 EditorPartChrome 類別的新執行個體。 它主要是由 EditorZoneBase 其 CreateEditorPartChrome 方法中的區域用來建立 物件的實例,該實例 EditorPartChrome 會處理 Chrome 轉譯,以及區域中控制項的任何自訂轉譯 EditorPart 。