VSRENAMEFILEFLAGS Enumeration
Flags associated with OnAfterRenameFiles, OnAfterRenameFile, and OnQueryRenameFile.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
<FlagsAttribute> _
Public Enumeration VSRENAMEFILEFLAGS
'Utilisation
Dim instance As VSRENAMEFILEFLAGS
[FlagsAttribute]
public enum VSRENAMEFILEFLAGS
[FlagsAttribute]
public enum class VSRENAMEFILEFLAGS
public enum VSRENAMEFILEFLAGS
Members
Member name | Description | |
---|---|---|
VSRENAMEFILEFLAGS_NoFlags | No flag associated with the file. | |
VSRENAMEFILEFLAGS_FromShellCommand | Deprecated. Do not use. | |
VSRENAMEFILEFLAGS_FromScc | Deprecated. Do not use. | |
VSRENAMEFILEFLAGS_FromFileChange | Deprecated. Do not use. | |
VSRENAMEFILEFLAGS_WasQueried | Deprecated. Do not use. | |
VSRENAMEFILEFLAGS_AlreadyOnDisk | Deprecated. Do not use. | |
VSRENAMEFILEFLAGS_Directory | Rename refers to a disk directory, not a file. Callers are encouraged to use OnQueryRenameDirectories and OnAfterRenameDirectories methods to provide this information instead of using this flag. | |
VSRENAMEFILEFLAGS_RenameInSourceControlDoneExternally | Flag is unused. | |
VSRENAMEFILEFLAGS_IsSpecialFile | Special file, that is, an invisible file associated with another file in the project. | |
VSRENAMEFILEFLAGS_IsNestedProjectFile | Nested project (file), that is, the file sitting on the root node of a nested project. | |
VSRENAMEFILEFLAGS_ALL | Deprecated. Do not use. | |
VSRENAMEFILEFLAGS_INVALID | Deprecated. Do not use. |
Remarks
COM Signature
From IVsTrackProjectDocumentEvents2.idl: