IVsSolutionWorkspaceService.GetManagedCommandLineInfoAsync Method

Definition

Get the managed command line info.

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Extensions::ManagedCommandLineInfo> ^> ^ GetManagedCommandLineInfoAsync(System::String ^ solutionBuildConfiguration, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.VisualStudio.Workspace.Extensions.ManagedCommandLineInfo>> GetManagedCommandLineInfoAsync (string solutionBuildConfiguration, System.Threading.CancellationToken cancellationToken);
abstract member GetManagedCommandLineInfoAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.VisualStudio.Workspace.Extensions.ManagedCommandLineInfo>>
Public Function GetManagedCommandLineInfoAsync (solutionBuildConfiguration As String, cancellationToken As CancellationToken) As Task(Of IReadOnlyDictionary(Of String, ManagedCommandLineInfo))

Parameters

solutionBuildConfiguration
String

The solution build configuration

cancellationToken
CancellationToken

Optional cancellation token

Returns

Completion task with a dictionary map of command line info

Applies to