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.OnQueryAddDirectories and IVsTrackProjectDocuments2.OnQueryAddDirectories, which are called by a project to determine whether directories can be added to 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 VSQUERYADDDIRECTORYFLAGS
[FlagsAttribute]
public enum VSQUERYADDDIRECTORYFLAGS
[FlagsAttribute]
public enum class VSQUERYADDDIRECTORYFLAGS
[<FlagsAttribute>]
type VSQUERYADDDIRECTORYFLAGS
public enum VSQUERYADDDIRECTORYFLAGS
Members
Member name | Description | |
---|---|---|
VSQUERYADDDIRECTORYFLAGS_padding | No flags yet. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYADDDIRECTORYFLAGS
{
VSQUERYADDDIRECTORYFLAGS_padding
} VSQUERYADDDIRECTORYFLAGS;