Share via


WebDataDrivenAdapter(XmlDocument, Object) Constructor

Definition

Initializes a new instance of the WebDataDrivenAdapter class.

public:
 WebDataDrivenAdapter(System::Xml::XmlDocument ^ appInitStr, System::Object ^ appObj);
public WebDataDrivenAdapter (System.Xml.XmlDocument appInitStr, object appObj);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.WebDataDrivenAdapter : System.Xml.XmlDocument * obj -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.WebDataDrivenAdapter
Public Sub New (appInitStr As XmlDocument, appObj As Object)

Parameters

appInitStr
XmlDocument

Specifies the UII application initialization string.

appObj
Object

Contains an instance of WebBrowserExtended that is hosting the target web application.

Exceptions

Both constructor parameters must be non-null.

Applies to