Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Hosted Control constructor
Namespace: Microsoft.Uii.Csr
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 HostedControl(appID, appName, initString)
Syntax
'Declaration
Public Sub New ( _
appID As Guid, _
appName As String, _
initString As String _
)
public HostedControl (
Guid appID,
string appName,
string initString
)
public:
HostedControl (
Guid appID,
String^ appName,
String^ initString
)
public HostedControl (
Guid appID,
String appName,
String initString
)
public function HostedControl (
appID : Guid,
appName : String,
initString : String
)
Parameters
- appID
The Application ID for the control.
- appName
The name of the Application/
- initString
Initialization string used to set the control.
Remarks
Platforms
See Also
Reference
HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.