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