VSQUERYREMOVEFILERESULTS Enum
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.
public enum class VSQUERYREMOVEFILERESULTS
C++/CX
public enum class VSQUERYREMOVEFILERESULTS
enum VSQUERYREMOVEFILERESULTS
public enum VSQUERYREMOVEFILERESULTS
type VSQUERYREMOVEFILERESULTS =
Public Enum VSQUERYREMOVEFILERESULTS
- Inheritance
-
VSQUERYREMOVEFILERESULTS
Name | Value | Description |
---|---|---|
VSQUERYREMOVEFILERESULTS_RemoveOK | 0 | File can be removed from the project. |
VSQUERYREMOVEFILERESULTS_RemoveNotOK | 1 | File cannot be removed from the project. |
From IVsTrackProjectDocumentsEvents2.idl:
cpp#
typedef enum tagVSQUERYREMOVEFILERESULTS
{
VSQUERYREMOVEFILERESULTS_RemoveOK = 0,
VSQUERYREMOVEFILERESULTS_RemoveNotOK = 1
} VSQUERYREMOVEFILERESULTS;
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |