ImageButton.IPostBackDataHandler.LoadPostData Methode

Definitie

Zie voor een beschrijving van dit lid LoadPostData(String, NameValueCollection).

 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

Parameters

postDataKey
String

De sleutel-id voor het besturingselement, die wordt gebruikt om het postCollectionte indexeren.

postCollection
NameValueCollection

Een NameValueCollection verzameling die waarde-informatie bevat die is geïndexeerd door besturings-id's.

Retouren

true als de status van het serverbeheer verandert als gevolg van de terugpost; anders, false.

Implementeringen

Opmerkingen

De IPostBackDataHandler.LoadPostData methode is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ImageButton exemplaar naar een IPostBackDataHandler interface wordt gecast.

Van toepassing op

Zie ook