RadioButton.LoadPostData(String, NameValueCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 RadioButton 控制項的回傳資料。
protected:
override bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected override bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overrides Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean
參數
- postDataKey
- String
控制項的索引鍵識別項。
- postCollection
- NameValueCollection
所有內送名稱值的集合。
傳回
如果 RadioButton 的資料已經變更,則為 true
,否則為 false
。
備註
LoadPostData 方法會呼叫 LoadPostData 方法。 它主要是由控件開發人員用來擴充 控件的功能 RadioButton 。