TextDocumentFileActionEventArgs Constructor (String^, DateTime, FileActionTypes)

 

Initializes a new instance of a TextDocumentFileActionEventArgs for a file action event.

Namespace:   Microsoft.VisualStudio.Text
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.

Return to top
Show: