EditorPartChrome.Zone 属性

定义

获取对关联的 EditorZoneBase 区域的引用。

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

对与 EditorZoneBase 关联的 EditorPartChrome 的引用。

注解

Zone 属性提供对 EditorZoneBase 包含对象提供呈现的控件 EditorPartChrome 的区域的引用。

适用于