UIADataDrivenAdapter(XmlDocument, Object) Constructor

Definition

Initializes a new instance of the UIADataDrivenAdapter class.

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

Parameters

appInitStr
XmlDocument

Specifies the application initialization string.

appObj
Object

Contains the application object.

Applies to