Share via


DataDrivenAdapterBase(XmlDocument) Constructor

Definition

Initializes a new instance of the DataDrivenAdapterBase class.

protected:
 DataDrivenAdapterBase(System::Xml::XmlDocument ^ appInitStr);
protected DataDrivenAdapterBase (System.Xml.XmlDocument appInitStr);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase : System.Xml.XmlDocument -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase
Protected Sub New (appInitStr As XmlDocument)

Parameters

appInitStr
XmlDocument

Specifies the XML document that contains the application initiation string.

Applies to