Język

WorkflowViewStateService.RetrieveAllViewState(ModelItem) Metoda

Definicja

Pobiera pełny stan widoku skojarzony z określonym elementem modelu.

public:
 override System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ RetrieveAllViewState(System::Activities::Presentation::Model::ModelItem ^ modelItem);
public override System.Collections.Generic.Dictionary<string,object> RetrieveAllViewState(System.Activities.Presentation.Model.ModelItem modelItem);
override this.RetrieveAllViewState : System.Activities.Presentation.Model.ModelItem -> System.Collections.Generic.Dictionary<string, obj>
Public Overrides Function RetrieveAllViewState (modelItem As ModelItem) As Dictionary(Of String, Object)

Parametry

modelItem
ModelItem

Działanie ModelItem przepływu pracy skojarzone z bieżącym stanem widoku.

Zwraca

Wartość Dictionary<TKey,TValue> reprezentująca stan widoku.

Wyjątki

modelItem jest null.

Dotyczy