Removes a command from the service.
[Visual Basic] Sub RemoveCommand( _ ByVal name As String _ ) [C#] void RemoveCommand( string name ); [C++] void RemoveCommand( String* name ) = 0; [JScript] function RemoveCommand( name : String );
ITestCommandService Interface | ITestCommandService Members | System.ComponentModel.Design Namespace