IManagedIntellisenseService2.GetIntellisenseForSolutionAsync(String, ImmutableHashSet<String>, String, CancellationToken) Methode

Definition

IntelliSense-Daten für eine Projektmappendatei mit Ausnahme bestimmter Projekte erhalten

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

Parameter

solutionFilePath
String

Der projektmappendateipfad

excludedProjects
ImmutableHashSet<String>

Vollständige Pfade ausgeschlossener Projekte

solutionBuildConfiguration
String

Projektmappenkonfiguration

cancellationToken
CancellationToken

Ein Abbruch Token.

Gibt zurück

Task<IReadOnlyDictionary<String,ManagedCommandLineInfo>>

Wörterbuch mit Projekt-und Befehlszeilen Informationen

Gilt für