WinDataDrivenAdapter(XmlDocument, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WinDataDrivenAdapter class.
public:
WinDataDrivenAdapter(System::Xml::XmlDocument ^ appInitStr, System::Object ^ appObj);
public WinDataDrivenAdapter (System.Xml.XmlDocument appInitStr, object appObj);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.WinDataDrivenAdapter : System.Xml.XmlDocument * obj -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.WinDataDrivenAdapter
Public Sub New (appInitStr As XmlDocument, appObj As Object)
Parameters
- appInitStr
- XmlDocument
Contains the UII application initialization string.
- appObj
- Object
Specifies the application object.