DataDrivenAdapterBase.CreateInstance(String, Object) Method
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.
Instantiates specific derivations of the DataDrivenAdapterBase class.
public:
static Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::DataDrivenAdapterBase ^ CreateInstance(System::String ^ appInitStr, System::Object ^ appObj);
public static Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase CreateInstance (string appInitStr, object appObj);
static member CreateInstance : string * obj -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase
Public Shared Function CreateInstance (appInitStr As String, appObj As Object) As DataDrivenAdapterBase
Parameters
- appInitStr
- String
Specifies the XML document that contains the application initiation string.
- appObj
- Object
Specifies the object used by the data-driven adapter to automate the target application UI.
Returns
Returns an instance of the DataDrivenAdapterBase class.