Sdílet prostřednictvím


WorkflowViewStateService.GetViewState(Object) Metoda

Definice

Načte stav zobrazení pro zadaný objekt.

public:
 static System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ GetViewState(System::Object ^ instance);
public static System.Collections.Generic.Dictionary<string,object> GetViewState (object instance);
static member GetViewState : obj -> System.Collections.Generic.Dictionary<string, obj>
Public Shared Function GetViewState (instance As Object) As Dictionary(Of String, Object)

Parametry

instance
Object

Objekt, jehož stav zobrazení je načten.

Návraty

Hodnota Dictionary<TKey,TValue> , která obsahuje stav zobrazení.

Výjimky

Hodnota instance je null.

Platí pro