TextDocumentFileActionEventArgs Class
Visual Studio 2015
Provides information for events that are raised when an ITextDocument has loaded from or saved to disk.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | TextDocumentFileActionEventArgs(String, DateTime, FileActionTypes) | Initializes a new instance of a TextDocumentFileActionEventArgs for a file action event. |
| Name | Description | |
|---|---|---|
![]() | FileActionType | Gets the FileActionTypes that occurred. |
![]() | FilePath | Gets the path to the file. |
![]() | Time | Gets the DateTime when the file action occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class provides information for events such as FileActionOccurred.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


