CommandCollection.Add(String) Method

Definition

Adds a new command for given string.

public:
 void Add(System::String ^ command);
public:
 void Add(Platform::String ^ command);
void Add(std::wstring const & command);
public void Add (string command);
override this.Add : string -> unit
Public Sub Add (command As String)

Parameters

command
String

Exceptions

command is null.

Applies to