FileContextActionStartingEventArgs(String, IFileContextActionBase) 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 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.
- action
- IFileContextActionBase
The IFileContextActionBase that started.