VSQUERYADDDIRECTORYRESULTS Enum

Definition

C++/CX
public enum class VSQUERYADDDIRECTORYRESULTS
Inheritance
VSQUERYADDDIRECTORYRESULTS

Fields

Name Value Description
VSQUERYADDDIRECTORYRESULTS_AddOK 0

Directory can be added to the project.

VSQUERYADDDIRECTORYRESULTS_AddNotOK 1

Directory cannot be added to the project.

Remarks

COM Signature

From IVsTrackProjectDocumentsEvents2.idl:

cpp#
typedef enum tagVSQUERYADDDIRECTORYRESULTS  
{  
   VSQUERYADDDIRECTORYRESULTS_AddOK    = 0,  
   VSQUERYADDDIRECTORYRESULTS_AddNotOK = 1  
} VSQUERYADDDIRECTORYRESULTS;  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022