WorkItem.CreateCommand(Type, String) 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.
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