ViewStateService.RetrieveAllViewState(ModelItem) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un aspect de l'état d'affichage stocké pour le modelItem spécifié, correspondant à la key spécifiée.
public:
abstract System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ RetrieveAllViewState(System::Activities::Presentation::Model::ModelItem ^ modelItem);
public abstract System.Collections.Generic.Dictionary<string,object> RetrieveAllViewState (System.Activities.Presentation.Model.ModelItem modelItem);
abstract member RetrieveAllViewState : System.Activities.Presentation.Model.ModelItem -> System.Collections.Generic.Dictionary<string, obj>
Public MustOverride Function RetrieveAllViewState (modelItem As ModelItem) As Dictionary(Of String, Object)
Paramètres
Retours
Retourne Dictionary<TKey,TValue>.
Remarques
Appelle StoreViewState pour stocker initialement les informations d'états d'affichage afin qu'elles puissent être récupérées.