VSQUERYREMOVEFILERESULTS Enumeration
Visual Studio 2015
Flags associated with IVsTrackProjectDocuments2.OnQueryRemoveFiles and IVsTrackProjectDocumentsEvents2.OnQueryRemoveFiles.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSQUERYREMOVEFILERESULTS_RemoveNotOK | File cannot be removed from the project. | |
| VSQUERYREMOVEFILERESULTS_RemoveOK | File can be removed from the project. |
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYREMOVEFILERESULTS { VSQUERYREMOVEFILERESULTS_RemoveOK = 0, VSQUERYREMOVEFILERESULTS_RemoveNotOK = 1 } VSQUERYREMOVEFILERESULTS;
Show: