Share via


FileContextActionEndedEventArgs Constructor

Definition

Initializes a new instance of the FileContextActionEndedEventArgs class.

public FileContextActionEndedEventArgs (string filePath, Microsoft.VisualStudio.Workspace.IFileContextActionBase action, Microsoft.VisualStudio.Workspace.IFileContextActionResult? result, Exception? exception);
new Microsoft.VisualStudio.Workspace.FileContextActionEndedEventArgs : string * Microsoft.VisualStudio.Workspace.IFileContextActionBase * Microsoft.VisualStudio.Workspace.IFileContextActionResult * Exception -> Microsoft.VisualStudio.Workspace.FileContextActionEndedEventArgs
Public Sub New (filePath As String, action As IFileContextActionBase, result As IFileContextActionResult, exception As Exception)

Parameters

filePath
String

The file associated with the action.

result
IFileContextActionResult

The IFileContextActionResult of the execution of the action, if any.

exception
Exception

The Exception thrown by the action, if any.

Applies to