IManagedIntellisenseService.GetIntellisenseForSolutionAsync(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
public:
System::Threading::Tasks::Task<System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Extensions::ManagedCommandLineInfo> ^> ^ GetIntellisenseForSolutionAsync(System::String ^ solutionFilePath, 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, string solutionBuildConfiguration, System.Threading.CancellationToken cancellationToken);
abstract member GetIntellisenseForSolutionAsync : 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, solutionBuildConfiguration As String, cancellationToken As CancellationToken) As Task(Of IReadOnlyDictionary(Of String, ManagedCommandLineInfo))
Parameter
- solutionFilePath
- String
Der projektmappendateipfad
- solutionBuildConfiguration
- String
Projektmappenkonfiguration
- cancellationToken
- CancellationToken
Ein Abbruch Token.
Gibt zurück
Wörterbuch mit Projekt-und Befehlszeilen Informationen