IProjectConfigurationService.GetActiveProjectBuildConfiguration Method
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.
Get active build configuration
public:
System::String ^ GetActiveProjectBuildConfiguration(Microsoft::VisualStudio::Workspace::ProjectTargetFileContext ^ projectFileContext);
public string GetActiveProjectBuildConfiguration (Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext);
public string? GetActiveProjectBuildConfiguration (Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext);
abstract member GetActiveProjectBuildConfiguration : Microsoft.VisualStudio.Workspace.ProjectTargetFileContext -> string
Public Function GetActiveProjectBuildConfiguration (projectFileContext As ProjectTargetFileContext) As String
Parameters
- projectFileContext
- ProjectTargetFileContext
The project file context
Returns
The active build configuration