Share via


WorkItem.CreateCommand(Type, String) Method

Definition

protected:
 virtual Microsoft::Practices::CompositeUI::Commands::Command ^ CreateCommand(Type ^ t, System::String ^ name);
protected virtual Microsoft.Practices.CompositeUI.Commands.Command CreateCommand (Type t, string name);
abstract member CreateCommand : Type * string -> Microsoft.Practices.CompositeUI.Commands.Command
override this.CreateCommand : Type * string -> Microsoft.Practices.CompositeUI.Commands.Command
Protected Overridable Function CreateCommand (t As Type, name As String) As Command

Parameters

t
Type
name
String

Returns

Applies to