VSQUERYADDDIRECTORYFLAGS Enumeration
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSQUERYADDDIRECTORYFLAGS_padding | No flags yet. |
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYADDDIRECTORYFLAGS { VSQUERYADDDIRECTORYFLAGS_padding } VSQUERYADDDIRECTORYFLAGS;
Show: