Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
<FlagsAttribute> _
Public Enumeration VSRENAMEFILEFLAGS
[FlagsAttribute]
public enum VSRENAMEFILEFLAGS
[FlagsAttribute]
public enum class VSRENAMEFILEFLAGS
[<FlagsAttribute>]
type VSRENAMEFILEFLAGS
public enum VSRENAMEFILEFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSRENAMEFILEFLAGS_ALL | 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_FromFileChange | Deprecated. Do not use. | |
| VSRENAMEFILEFLAGS_FromScc | Deprecated. Do not use. | |
| VSRENAMEFILEFLAGS_FromShellCommand | Deprecated. Do not use. | |
| VSRENAMEFILEFLAGS_INVALID | Deprecated. Do not use. | |
| VSRENAMEFILEFLAGS_IsNestedProjectFile | Nested project (file), that is, the file sitting on the root node of a nested project. | |
| VSRENAMEFILEFLAGS_IsSpecialFile | Special file, that is, an invisible file associated with another file in the project. | |
| VSRENAMEFILEFLAGS_NoFlags | No flag associated with the file. | |
| VSRENAMEFILEFLAGS_RenameInSourceControlDoneExternally | Flag is unused. | |
| VSRENAMEFILEFLAGS_WasQueried | Deprecated. Do not use. |
Remarks
COM Signature
From IVsTrackProjectDocumentEvents2.idl: