QueryStatusResult Enumeration
Visual Studio 2005
Defines the possible results returned for various status calls such as QueryStatusOnNode.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in mpf.project.nonshipping.dll)
Assembly: MPF.Project.NonShipping (in mpf.project.nonshipping.dll)
| Member name | Description | |
|---|---|---|
| ENABLED | The command is enabled. | |
| INVISIBLE | The command is invisible. | |
| LATCHED | The command is toggled on. | |
| NINCHED | The command is toggled off (the opposite of LATCHED). | |
| NOTSUPPORTED | The command is not supported. | |
| SUPPORTED | The command is supported. |
These values define the possible status of an object inside the project framework.
Note |
|---|
| These are not the return values of the QueryStatus method of the IOleCommandTarget interface. |
Note