共用方式為


WebPart.WebBrowsableObject 屬性

定義

取得 WebPart 控制項的參考,以便讓自訂 EditorPart 控制項編輯該控制項。

public:
 virtual property System::Object ^ WebBrowsableObject { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual object WebBrowsableObject { get; }
[<System.ComponentModel.Browsable(false)>]
member this.WebBrowsableObject : obj
Public Overridable ReadOnly Property WebBrowsableObject As Object

屬性值

Object,由 WebPart 控制項的子控制項組成。

實作

屬性

備註

如果您建立自定義 WebPart 控件,也建立相關的自定義 EditorPart 控件,讓用戶能夠在運行時間編輯控件,則必須實 IWebEditable 作 介面,其中包含 WebBrowsableObject 屬性。

WebPart 控件進入編輯模式時, WebBrowsableObject 控件會呼叫 EditorZone 屬性以取得控件的 WebPart 參考,並啟用自定義 EditorPart 控件進行編輯。

適用於

另請參閱