Share via


HostedWpfControl.CreateInstance(String, String, WorkItem) Method

Definition

protected:
 virtual System::Object ^ CreateInstance(System::String ^ assemblyUri, System::String ^ assemblyType, Microsoft::Practices::CompositeUI::WorkItem ^ workItem);
protected virtual object CreateInstance (string assemblyUri, string assemblyType, Microsoft.Practices.CompositeUI.WorkItem workItem);
abstract member CreateInstance : string * string * Microsoft.Practices.CompositeUI.WorkItem -> obj
override this.CreateInstance : string * string * Microsoft.Practices.CompositeUI.WorkItem -> obj
Protected Overridable Function CreateInstance (assemblyUri As String, assemblyType As String, workItem As WorkItem) As Object

Parameters

assemblyUri
String
assemblyType
String
workItem
WorkItem

Returns

Applies to