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.
Creates an instance of the JavaDataDrivenAdapter class.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim appInitStr As XmlDocument
Dim appObj As Object
Dim instance As New JavaDataDrivenAdapter(appInitStr, appObj)
Syntax
'Declaration
Public Sub New ( _
appInitStr As XmlDocument, _
appObj As Object _
)
public JavaDataDrivenAdapter (
XmlDocument appInitStr,
Object appObj
)
public:
JavaDataDrivenAdapter (
XmlDocument^ appInitStr,
Object^ appObj
)
public JavaDataDrivenAdapter (
XmlDocument appInitStr,
Object appObj
)
public function JavaDataDrivenAdapter (
appInitStr : XmlDocument,
appObj : Object
)
Parameters
- appInitStr
Specifies the UII application initialization string.
- appObj
Specifies the application object.
Remarks
Platforms
See Also
Reference
JavaDataDrivenAdapter Class
JavaDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.