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 specifying caller options per directory. The flags are associated with IVsTrackProjectDocumentsEvents2.OnQueryRemoveDirectories and IVsTrackProjectDocuments2.OnQueryRemoveDirectories, which are called by a project to determine whether directories can be removed from the project.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VSQUERYREMOVEDIRECTORYFLAGS
[FlagsAttribute]
public enum VSQUERYREMOVEDIRECTORYFLAGS
[FlagsAttribute]
public enum class VSQUERYREMOVEDIRECTORYFLAGS
[<FlagsAttribute>]
type VSQUERYREMOVEDIRECTORYFLAGS
public enum VSQUERYREMOVEDIRECTORYFLAGS
Members
Member name | Description | |
---|---|---|
VSQUERYREMOVEDIRECTORYFLAGS_padding | No flags yet. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYREMOVEDIRECTORYFLAGS
{
VSQUERYREMOVEDIRECTORYFLAGS_padding
} VSQUERYREMOVEDIRECTORYFLAGS;