FileContextActionEndedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- action
- IFileContextActionBase
The IFileContextActionBase that ended.
- result
- IFileContextActionResult
The IFileContextActionResult of the execution of the action, if any.