IManagedIntellisenseService2.GetIntellisenseForSolutionAsync(String, ImmutableHashSet<String>, String, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Wörterbuch mit Projekt-und Befehlszeilen Informationen