TextDocumentFileActionEventArgs Constructor (String^, DateTime, FileActionTypes)
Visual Studio 2015
Initializes a new instance of a TextDocumentFileActionEventArgs for a file action event.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public:
TextDocumentFileActionEventArgs(
String^ filePath,
DateTime time,
FileActionTypes fileActionType
)
Parameters
- filePath
-
Type:
System::String^
The path to the file.
- time
-
Type:
System::DateTime
The DateTime when the file action occurred.
- fileActionType
-
Type:
Microsoft.VisualStudio.Text::FileActionTypes
The FileActionTypes that occurred.
| Exception | Condition |
|---|---|
| ArgumentNullException | filePath is null. |
Show: