VSQUERYADDDIRECTORYRESULTS Enumeration
Visual Studio 2015
Flags associated with IVsTrackProjectDocumentsEvents2.OnQueryAddDirectories and IVsTrackProjectDocuments2.OnQueryAddDirectories.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSQUERYADDDIRECTORYRESULTS_AddNotOK | Directory cannot be added to the project. | |
| VSQUERYADDDIRECTORYRESULTS_AddOK | Directory can be added to the project. |
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYADDDIRECTORYRESULTS { VSQUERYADDDIRECTORYRESULTS_AddOK = 0, VSQUERYADDDIRECTORYRESULTS_AddNotOK = 1 } VSQUERYADDDIRECTORYRESULTS;
Show: