HostedApplicationAdapter.GetStateData(String) 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.
Gets the UII agent's state.
public:
virtual void GetStateData(System::String ^ % state);
public virtual void GetStateData (ref string state);
abstract member GetStateData : string -> unit
override this.GetStateData : string -> unit
Public Overridable Sub GetStateData (ByRef state As String)
Parameters
- state
- String
Contains the XML string representing the current state of the application.