This documentation is archived and is not being maintained.

CommandStatus Constructor

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)

public:
CommandStatus(
	bool visible, 
	bool enabled
)

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.

Show: