WorkflowViewStateService.SetViewState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the view state on the parameter instance specified to the dictionary value that is specified.
public:
static void SetViewState(System::Object ^ instance, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value);
public static void SetViewState (object instance, System.Collections.Generic.Dictionary<string,object> value);
static member SetViewState : obj * System.Collections.Generic.Dictionary<string, obj> -> unit
Public Shared Sub SetViewState (instance As Object, value As Dictionary(Of String, Object))
Parameters
- instance
- Object
An object that represents the view state.
- value
- Dictionary<String,Object>
The dictionary value to set.
Exceptions
The instance
is null
.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.