DataDrivenAdapterBase Constructor
Initializes a new instance of the DataDrivenAdapterBase class.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim appInitStr As XmlDocument
Dim instance As New DataDrivenAdapterBase(appInitStr)
Syntax
'Declaration
Protected Sub New ( _
appInitStr As XmlDocument _
)
protected DataDrivenAdapterBase (
XmlDocument appInitStr
)
protected:
DataDrivenAdapterBase (
XmlDocument^ appInitStr
)
protected DataDrivenAdapterBase (
XmlDocument appInitStr
)
protected function DataDrivenAdapterBase (
appInitStr : XmlDocument
)
Parameters
- appInitStr
Specifies the XML document that contains the application initiation string.
Remarks
Platforms
See Also
Reference
DataDrivenAdapterBase Class
DataDrivenAdapterBase Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.