WorkspaceServiceHelper.GetProjectConfigurationServiceAsync(IWorkspace) Method

Definition

Get the IProjectConfigurationManager for a workspace.

C++
public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::VisualStudio::Workspace::Debug::IProjectConfigurationService ^> ^ GetProjectConfigurationServiceAsync(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace);

Parameters

workspace
IWorkspace

workspace instance.

Returns

A Task representing the asynchronous operation whose result is either an instance of IProjectConfigurationService or null.

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022