WebDataDrivenAdapter Constructor
Initializes a new instance of the WebDataDrivenAdapter 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 WebDataDrivenAdapter(appInitStr, appObj)
Syntax
'Declaration
Public Sub New ( _
appInitStr As XmlDocument, _
appObj As Object _
)
public WebDataDrivenAdapter (
XmlDocument appInitStr,
Object appObj
)
public:
WebDataDrivenAdapter (
XmlDocument^ appInitStr,
Object^ appObj
)
public WebDataDrivenAdapter (
XmlDocument appInitStr,
Object appObj
)
public function WebDataDrivenAdapter (
appInitStr : XmlDocument,
appObj : Object
)
Parameters
- appInitStr
Specifies the UII application initialization string.
- appObj
Contains an instance of WebBrowserExtended that is hosting the target web application.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | Both constructor parameters must be non-null. |
DataDrivenAdapterException |
Remarks
Platforms
See Also
Reference
WebDataDrivenAdapter Class
WebDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.