Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags enumeration that represents RefactoringCommand status on a project or file node in Solution Explorer, or status on an element node in Schema View. For more information, see Create Custom Database Refactoring Types or Targets.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration QueryStatusResult
[FlagsAttribute]
public enum QueryStatusResult
[FlagsAttribute]
public enum class QueryStatusResult
[<FlagsAttribute>]
type QueryStatusResult
public enum QueryStatusResult
Members
Member name | Description | |
---|---|---|
Invisible | Indicates whether the command is currently invisible. | |
Enabled | Indicates whether the command is currently enabled. |
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace