IHostedApplication.SetStateData(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.
Passes the saved state to the hosted application.
public:
void SetStateData(System::String ^ stateXml);
public void SetStateData (string stateXml);
abstract member SetStateData : string -> unit
Public Sub SetStateData (stateXml As String)
Parameters
- stateXml
- String
Specifies the state information.