FileActionTypes Enum

Definition

Describes the type of file action.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class FileActionTypes
Inheritance
FileActionTypes
Attributes

Fields

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.

Remarks

This enumeration is used in conjunction with TextDocumentFileActionEventArgs.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022