This documentation is archived and is not being maintained.

CommandResult Constructor (Boolean, String)

Initializes a new instance of the CommandResult class by using the provided message and indication of whether the command was completed.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

public:
CommandResult(
	bool completed, 
	String^ message
)

Parameters

completed
Type: System::Boolean

true if the command has completed; otherwise, false.

message
Type: System::String

If the command handler was unable to finish, contains the reason why.

Show: