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 IVsTrackProjectDocumentsEvents2.OnQueryRenameFiles and IVsTrackProjectDocuments2.OnQueryRenameFiles.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSQUERYRENAMEFILERESULTS
public enum VSQUERYRENAMEFILERESULTS
public enum class VSQUERYRENAMEFILERESULTS
type VSQUERYRENAMEFILERESULTS
public enum VSQUERYRENAMEFILERESULTS
Members
Member name | Description | |
---|---|---|
VSQUERYRENAMEFILERESULTS_RenameOK | File can be renamed in the project. | |
VSQUERYRENAMEFILERESULTS_RenameNotOK | File cannot be renamed in the project. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYRENAMEFILERESULTS
{
VSQUERYRENAMEFILERESULTS_RenameOK = 0,
VSQUERYRENAMEFILERESULTS_RenameNotOK = 1
} VSQUERYRENAMEFILERESULTS;