CommandResult Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the result of executing a command that is returned by a command callback to indicate whether the command handler completed.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
The CommandResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CommandResult(Boolean) | Initializes a new instance of the CommandResult class by using the provided indication of whether the command was completed. |
![]() | CommandResult(Boolean, String) | Initializes a new instance of the CommandResult class by using the provided message and indication of whether the command was completed. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Community Additions
Show:
