Freigeben über


RadioButton.IPostBackDataHandler.LoadPostData Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter 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

Parameter

postDataKey
String

Eine Zeichenfolge.

postCollection
NameValueCollection

Eine Name-Wert-Auflistung, die die bereitgestellte Auflistung der Daten darstellt.

Gibt zurück

true, wenn RadioButton aktiviert ist, andernfalls false. Der Standardwert ist false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Sie kann nur verwendet werden, wenn das RadioButton Steuerelement in eine IPostBackDataHandler Schnittstelle umgewandelt wird.

Gilt für:

Weitere Informationen