Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the UIADataDrivenAdapter 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 UIADataDrivenAdapter(appInitStr, appObj)
Syntax
'Declaration
Public Sub New ( _
appInitStr As XmlDocument, _
appObj As Object _
)
public UIADataDrivenAdapter (
XmlDocument appInitStr,
Object appObj
)
public:
UIADataDrivenAdapter (
XmlDocument^ appInitStr,
Object^ appObj
)
public UIADataDrivenAdapter (
XmlDocument appInitStr,
Object appObj
)
public function UIADataDrivenAdapter (
appInitStr : XmlDocument,
appObj : Object
)
Parameters
- appInitStr
Specifies the application initialization string.
- appObj
Contains the application object.
Remarks
Platforms
See Also
Reference
UIADataDrivenAdapter Class
UIADataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.