VSQUERYADDDIRECTORYRESULTS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags associated with OnQueryAddDirectories(IVsProject, Int32, String[], VSQUERYADDDIRECTORYFLAGS[], VSQUERYADDDIRECTORYRESULTS[], VSQUERYADDDIRECTORYRESULTS[]) and OnQueryAddDirectories(IVsProject, Int32, String[], VSQUERYADDDIRECTORYFLAGS[], VSQUERYADDDIRECTORYRESULTS[], VSQUERYADDDIRECTORYRESULTS[]).
public enum class VSQUERYADDDIRECTORYRESULTS
public enum class VSQUERYADDDIRECTORYRESULTS
enum VSQUERYADDDIRECTORYRESULTS
public enum VSQUERYADDDIRECTORYRESULTS
type VSQUERYADDDIRECTORYRESULTS =
Public Enum VSQUERYADDDIRECTORYRESULTS
- Inheritance
-
VSQUERYADDDIRECTORYRESULTS
Fields
VSQUERYADDDIRECTORYRESULTS_AddNotOK | 1 | Directory cannot be added to the project. |
VSQUERYADDDIRECTORYRESULTS_AddOK | 0 | Directory can be added to the project. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYADDDIRECTORYRESULTS
{
VSQUERYADDDIRECTORYRESULTS_AddOK = 0,
VSQUERYADDDIRECTORYRESULTS_AddNotOK = 1
} VSQUERYADDDIRECTORYRESULTS;