This documentation is archived and is not being maintained.
CommandStatus Constructor
Visual Studio 2012
Initializes a new instance of the CommandStatus class by using the provided indications of whether the command is visible and whether it is enabled.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Parameters
- visible
- Type: System::Boolean
true if the command is visible; otherwise, false.
- enabled
- Type: System::Boolean
true if the command is enabled; otherwise, false.
- 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: