WorkflowViewStateService.RetrieveAllViewState(ModelItem) Metod

Definition

Hämtar det fullständiga vytillståndet som är associerat med ett angivet modellobjekt.

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)

Parametrar

modelItem
ModelItem

Arbetsflödesaktiviteten ModelItem som är associerad med det aktuella visningstillståndet.

Returer

Det Dictionary<TKey,TValue> som representerar visningstillståndet.

Undantag

modelItem är null.

Gäller för