DropDownList.IPostBackDataHandler.LoadPostData Méthode

Définition

Traite les données publiées pour le DropDownList contrôle.

 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

Paramètres

postDataKey
String

Valeur de clé utilisée pour indexer une entrée dans la collection.

postCollection
NameValueCollection

Qui NameValueCollection contient des informations de publication.

Retours

true si le contenu publié est différent de la dernière publication ; sinon, false.

Implémente

S’applique à