FileActionTypes Enum
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.
Describes the type of file action.
This enumeration supports a bitwise combination of its member values.
public enum class FileActionTypes
C++/CX
public enum class FileActionTypes
enum FileActionTypes
[System.Flags]
public enum FileActionTypes
[<System.Flags>]
type FileActionTypes =
Public Enum FileActionTypes
- Inheritance
-
FileActionTypes
- Attributes
Name | Value | Description |
---|---|---|
ContentSavedToDisk | 1 | The content was saved to disk. |
ContentLoadedFromDisk | 2 | The content was loaded from disk. |
DocumentRenamed | 4 | The document was renamed. |
This enumeration is used in conjunction with TextDocumentFileActionEventArgs.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |