IVsSolutionWorkspaceService.GetManagedCommandLineInfoAsync 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 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