VSQUERYADDDIRECTORYRESULTS Enumeration

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

public enum VSQUERYADDDIRECTORYRESULTS

Member nameDescription
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;
Return to top
Show: