CatalogZoneBase.LoadPostData(String, NameValueCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
頁面回傳至伺服器時,處理對應於目錄中 WebPart 控制項的核取方塊狀態。
protected:
virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean
參數
- postDataKey
- String
控制項的索引鍵識別項。
- postCollection
- NameValueCollection
傳送到伺服器的名稱/值組集合。
傳回
與覆寫的基底方法相反,這個方法永遠都傳回 false
,因為類別並未公開任何變更事件。
備註
這個方法會逐一查看控件集合 CheckBox ,以判斷使用者已選取目錄中哪些 WebPart 或其他伺服器控件。 選取的專案會指派給內部數位列,然後進行處理以將對應的控件新增至網頁。
方法並非設計為從程式代碼呼叫;網頁元件控件集會在內部使用。