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.GetCommand

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;

Parameters

name
The name of the command to retrieve.

Return Value

The command listed with the specified name.

See Also

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