This documentation is archived and is not being maintained.
CommandResult Constructor (Boolean, String)
Visual Studio 2012
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)
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: