NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ITestCommandService.RemoveCommand

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
);

Parameters

name
The name of the command to remove.

See Also

ITestCommandService Interface | ITestCommandService Members | System.ComponentModel.Design Namespace