VSQUERYREMOVEFILERESULTS 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.
public enum class VSQUERYREMOVEFILERESULTS
public enum class VSQUERYREMOVEFILERESULTS
enum VSQUERYREMOVEFILERESULTS
public enum VSQUERYREMOVEFILERESULTS
type VSQUERYREMOVEFILERESULTS =
Public Enum VSQUERYREMOVEFILERESULTS
- Inheritance
-
VSQUERYREMOVEFILERESULTS
Fields
Name | Value | Description |
---|---|---|
VSQUERYREMOVEFILERESULTS_RemoveOK | 0 | File can be removed from the project. |
VSQUERYREMOVEFILERESULTS_RemoveNotOK | 1 | File cannot be removed from the project. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYREMOVEFILERESULTS
{
VSQUERYREMOVEFILERESULTS_RemoveOK = 0,
VSQUERYREMOVEFILERESULTS_RemoveNotOK = 1
} VSQUERYREMOVEFILERESULTS;