EditorPart.Zone 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含 EditorZoneBase 控制項之 EditorPart 區域的參考。
protected:
property System::Web::UI::WebControls::WebParts::EditorZoneBase ^ Zone { System::Web::UI::WebControls::WebParts::EditorZoneBase ^ get(); };
protected System.Web.UI.WebControls.WebParts.EditorZoneBase Zone { get; }
member this.Zone : System.Web.UI.WebControls.WebParts.EditorZoneBase
Protected ReadOnly Property Zone As EditorZoneBase
屬性值
EditorZoneBase,包含控制項。
備註
Zone雖然屬性是只讀的,但它提供包含EditorPart控件的區域對象參考,而且您可以透過程式設計方式變更區域本身的屬性值。