RadioButton.IPostBackDataHandler.LoadPostData Methode

Definition

Eine Beschreibung dieses Mitglieds 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 Namenswertauflistung, die die gepostete Sammlung von Daten darstellt.

Gibt zurück

truewenn RadioButton aktiviert; andernfalls . false Der Standardwert lautet false.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn das RadioButton Steuerelement in eine IPostBackDataHandler Schnittstelle umgegossen wird.

Gilt für:

Weitere Informationen