VSQUERYADDDIRECTORYFLAGS Enumeration

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum VSQUERYADDDIRECTORYFLAGS

Member nameDescription
VSQUERYADDDIRECTORYFLAGS_padding

No flags yet.

From IVsTrackProjectDocumentsEvents2.idl:

typedef enum tagVSQUERYADDDIRECTORYFLAGS
{
   VSQUERYADDDIRECTORYFLAGS_padding
} VSQUERYADDDIRECTORYFLAGS;
Return to top
Show: