BuildConfigurationChangedEventArgs(ProjectTargetFileContext, String) 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 BuildConfigurationChangedEventArgs class.
public:
BuildConfigurationChangedEventArgs(Microsoft::VisualStudio::Workspace::ProjectTargetFileContext ^ projectFileContext, System::String ^ buildConfiguration);
public BuildConfigurationChangedEventArgs (Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext, string buildConfiguration);
new Microsoft.VisualStudio.Workspace.BuildConfigurationChangedEventArgs : Microsoft.VisualStudio.Workspace.ProjectTargetFileContext * string -> Microsoft.VisualStudio.Workspace.BuildConfigurationChangedEventArgs
Public Sub New (projectFileContext As ProjectTargetFileContext, buildConfiguration As String)
Parameters
- projectFileContext
- ProjectTargetFileContext
The project file context
- buildConfiguration
- String
The new build configuration