CommandCollection.Add(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.
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.