RadioButton.IPostBackDataHandler.LoadPostData 方法

定義

如需這個成員的說明,請參閱 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

參數

postDataKey
String

字串。

postCollection
NameValueCollection

名稱值集合,表示資料的張貼集合。

傳回

如果核取了 RadioButton,則為 true,否則為 false。 預設為 false

實作

備註

這個成員是明確介面成員實作, 只有當控制項轉換成 IPostBackDataHandler 介面時 RadioButton ,才能使用它。

適用於

另請參閱