BatchFileContext(IFileContextActionBase) Constructor

Definition

Initializes a new instance of the BatchFileContext class.

public:
 BatchFileContext(Microsoft::VisualStudio::Workspace::IFileContextActionBase ^ action);
public:
 BatchFileContext(Microsoft::VisualStudio::Workspace::IFileContextActionBase ^ action);
 BatchFileContext(Microsoft::VisualStudio::Workspace::IFileContextActionBase const & action);
public BatchFileContext (Microsoft.VisualStudio.Workspace.IFileContextActionBase action);
new Microsoft.VisualStudio.Workspace.Build.BatchFileContext : Microsoft.VisualStudio.Workspace.IFileContextActionBase -> Microsoft.VisualStudio.Workspace.Build.BatchFileContext
Public Sub New (action As IFileContextActionBase)

Parameters

action
IFileContextActionBase

The action for this batch context

Applies to