Gets the command matching the specified name, if recognized by the service.
[Visual Basic] Function GetCommand( _ ByVal name As String _ ) As TestCommand [C#] TestCommand GetCommand( string name ); [C++] TestCommand* GetCommand( String* name ) = 0; [JScript] function GetCommand( name : String ) : TestCommand;
The command listed with the specified name.
ITestCommandService Interface | ITestCommandService Members | System.ComponentModel.Design Namespace