HostedWpfControl Constructors
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.
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.