WorkflowViewStateService.GetViewState(Object) Método
Definição
Recupera o estado de exibição de um objeto especificado.Retrieves the view state for a specified object.
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)
Parâmetros
- instance
- Object
O objeto cujo estado de exibição é recuperado.The object whose view state is retrieved.
Retornos
O Dictionary<TKey,TValue> que contém o estado de exibição.The Dictionary<TKey,TValue> that contains the view state.
Exceções
O instance é null.The instance is null.