This topic has not yet been rated - Rate this topic

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)

[FlagsAttribute] 
public enum QueryStatusResult
/** @attribute FlagsAttribute() */ 
public enum QueryStatusResult
FlagsAttribute 
public enum QueryStatusResult
 Member nameDescription
ENABLEDThe command is enabled. 
INVISIBLEThe command is invisible. 
LATCHEDThe command is toggled on. 
NINCHEDThe command is toggled off (the opposite of LATCHED). 
NOTSUPPORTEDThe command is not supported. 
SUPPORTEDThe command is supported. 

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

NoteNote

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.