CheckBox.IPostBackDataHandler.LoadPostData Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Memproses data yang diposting untuk CheckBox kontrol.
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
Parameter
- postDataKey
- String
Nilai kunci yang digunakan untuk mengindeks entri dalam koleksi.
- postCollection
- NameValueCollection
Yang NameValueCollection berisi informasi postingan.
Mengembalikan
true jika status CheckBox telah berubah; jika tidak false.
Penerapan
Keterangan
CheckBox menentukan status yang diposting Checked .