Delen via


FileContextActionStartingEventArgs(String, IFileContextActionBase) Constructor

Definition

Initializes a new instance of the FileContextActionStartingEventArgs class.

public FileContextActionStartingEventArgs (string filePath, Microsoft.VisualStudio.Workspace.IFileContextActionBase action);
new Microsoft.VisualStudio.Workspace.FileContextActionStartingEventArgs : string * Microsoft.VisualStudio.Workspace.IFileContextActionBase -> Microsoft.VisualStudio.Workspace.FileContextActionStartingEventArgs
Public Sub New (filePath As String, action As IFileContextActionBase)

Parameters

filePath
String

The file associated with the action.

Applies to