CatalogZoneBase.IPostBackDataHandler.LoadPostData 方法

定義

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

參數

postDataKey
String

控制項的索引鍵識別項。

postCollection
NameValueCollection

傳送到伺服器的名稱/值組集合。

傳回

如果應該引發事件以表示資料已經變更,則為 true,否則為 false

實作

備註

這個成員是明確介面成員實作, 只有在 CatalogZoneBase 執行個體轉換成 IPostBackDataHandler 介面時,才能使用這個成員。 方法只會呼叫 LoadPostData 類別上的 CatalogZoneBase 方法,接著會處理目錄中對應至目錄中伺服器控制項之核取方塊的狀態。

適用於

另請參閱