RadioButton.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);
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

Een tekenreeks.

postCollection
NameValueCollection

Een naamwaardeverzameling die de geplaatste verzameling gegevens vertegenwoordigt.

Retouren

trueindien RadioButton ingeschakeld; anders. false De standaardwaarde is false.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Het kan alleen worden gebruikt wanneer het RadioButton besturingselement wordt gecast naar een IPostBackDataHandler interface.

Van toepassing op

Zie ook