Share via


HostedWpfControl Constructors

Definition

Overloads

HostedWpfControl()

Initializes a new instance of the HostedWpfControl class.

HostedWpfControl(Guid, String, String)

Initializes a new instance of the HostedWpfControl class.

HostedWpfControl()

Initializes a new instance of the HostedWpfControl class.

public:
 HostedWpfControl();
public HostedWpfControl ();
Public Sub New ()

Applies to

HostedWpfControl(Guid, String, String)

Initializes a new instance of the HostedWpfControl class.

public:
 HostedWpfControl(Guid appID, System::String ^ appName, System::String ^ initString);
public HostedWpfControl (Guid appID, string appName, string initString);
new Microsoft.Uii.Csr.Aif.HostedApplication.HostedWpfControl : Guid * string * string -> Microsoft.Uii.Csr.Aif.HostedApplication.HostedWpfControl
Public Sub New (appID As Guid, appName As String, initString As String)

Parameters

appID
Guid

Specifies the application ID for the control.

appName
String

Specifies the name of the application.

initString
String

Specifies the initialization string used to set the control.

Applies to