Compartir a través de


ExternalApplication.SetStateData(String) Method

Definition

Set the application to the state provided in the xml string.

public:
 override void SetStateData(System::String ^ stateXml);
public override void SetStateData (string stateXml);
override this.SetStateData : string -> unit
Public Overrides Sub SetStateData (stateXml As String)

Parameters

stateXml
String

contains the state data for the application

Applies to