Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the HostedWpfControl class.
Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim appID As Guid
Dim appName As String
Dim initString As String
Dim instance As New HostedWpfControl(appID, appName, initString)
Syntax
'Declaration
Public Sub New ( _
appID As Guid, _
appName As String, _
initString As String _
)
public HostedWpfControl (
Guid appID,
string appName,
string initString
)
public:
HostedWpfControl (
Guid appID,
String^ appName,
String^ initString
)
public HostedWpfControl (
Guid appID,
String appName,
String initString
)
public function HostedWpfControl (
appID : Guid,
appName : String,
initString : String
)
Parameters
- appID
Specifies the application ID for the control.
- appName
Specifies the name of the application.
- initString
Specifies the initialization string used to set the control.
Remarks
Platforms
See Also
Reference
HostedWpfControl Class
HostedWpfControl Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.