BuildFileContextActionWrapper 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 BuildFileContextActionWrapper class.
public:
BuildFileContextActionWrapper(Microsoft::VisualStudio::Workspace::IFileContextAction ^ source, Microsoft::VisualStudio::Workspace::Build::IBuildMessageService ^ buildMessageService, System::String ^ projectFile);
public:
BuildFileContextActionWrapper(Microsoft::VisualStudio::Workspace::IFileContextAction ^ source, Microsoft::VisualStudio::Workspace::Build::IBuildMessageService ^ buildMessageService, Platform::String ^ projectFile);
BuildFileContextActionWrapper(Microsoft::VisualStudio::Workspace::IFileContextAction const & source, Microsoft::VisualStudio::Workspace::Build::IBuildMessageService const & buildMessageService, std::wstring const & projectFile);
public BuildFileContextActionWrapper (Microsoft.VisualStudio.Workspace.IFileContextAction source, Microsoft.VisualStudio.Workspace.Build.IBuildMessageService buildMessageService, string projectFile);
new Microsoft.VisualStudio.Workspace.Build.BuildFileContextActionWrapper : Microsoft.VisualStudio.Workspace.IFileContextAction * Microsoft.VisualStudio.Workspace.Build.IBuildMessageService * string -> Microsoft.VisualStudio.Workspace.Build.BuildFileContextActionWrapper
Public Sub New (source As IFileContextAction, buildMessageService As IBuildMessageService, projectFile As String)
Parameters
- source
- IFileContextAction
The original source action
- buildMessageService
- IBuildMessageService
The build message service to report
- projectFile
- String
Project file to report