TextBox.IPostBackDataHandler.LoadPostData(String, NameValueCollection) Methode

Definitie

Laadt de geplaatste inhoud van het tekstvak als deze verschilt van de laatste boeking.

 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

Parameters

postDataKey
String

De index in de geplaatste verzameling die verwijst naar de inhoud die moet worden geladen.

postCollection
NameValueCollection

De verzameling die op de server is geplaatst.

Retouren

true als de geplaatste inhoud verschilt van de laatste boeking; anders, false.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het TextBox exemplaar naar een IPostBackDataHandler interface wordt gecast.

Van toepassing op

Zie ook