Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags associated with IVsTrackProjectDocuments2.OnQueryRemoveFiles and IVsTrackProjectDocumentsEvents2.OnQueryRemoveFiles.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSQUERYREMOVEFILERESULTS
public enum VSQUERYREMOVEFILERESULTS
public enum class VSQUERYREMOVEFILERESULTS
type VSQUERYREMOVEFILERESULTS
public enum VSQUERYREMOVEFILERESULTS
Members
Member name | Description | |
---|---|---|
VSQUERYREMOVEFILERESULTS_RemoveOK | File can be removed from the project. | |
VSQUERYREMOVEFILERESULTS_RemoveNotOK | File cannot be removed from the project. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYREMOVEFILERESULTS
{
VSQUERYREMOVEFILERESULTS_RemoveOK = 0,
VSQUERYREMOVEFILERESULTS_RemoveNotOK = 1
} VSQUERYREMOVEFILERESULTS;