Partager via


QueryStatusResult Enumeration

Defines the possible results returned for various status calls such as QueryStatusOnNode.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<FlagsAttribute> _
Public Enumeration QueryStatusResult

Dim instance As QueryStatusResult
[FlagsAttribute]
public enum QueryStatusResult
[FlagsAttribute]
public enum class QueryStatusResult
public enum QueryStatusResult

Members

Member name Description
NOTSUPPORTED The command is not supported.
SUPPORTED The command is supported.
ENABLED The command is enabled.
LATCHED The command is toggled on.
NINCHED The command is toggled off (the opposite of LATCHED).
INVISIBLE The command is invisible.

Remarks

These values define the possible status of an object inside the project framework.

Notes

These are not the return values of the QueryStatus method of the IOleCommandTarget interface.

See Also

Reference

Microsoft.VisualStudio.Package Namespace