IFileScannerProvider.GetSymbolScannersAsync(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.
Ruft eine Auflistung von Symbol Scannern ab.
public:
System::Threading::Tasks::Task<System::Collections::Generic::IReadOnlyCollection<Lazy<Microsoft::VisualStudio::Workspace::IWorkspaceProviderFactory<Microsoft::VisualStudio::Workspace::Indexing::IFileScanner ^> ^, Microsoft::VisualStudio::Workspace::Indexing::IFileScannerMetadata ^> ^> ^> ^ GetSymbolScannersAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<Lazy<Microsoft.VisualStudio.Workspace.IWorkspaceProviderFactory<Microsoft.VisualStudio.Workspace.Indexing.IFileScanner>,Microsoft.VisualStudio.Workspace.Indexing.IFileScannerMetadata>>> GetSymbolScannersAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetSymbolScannersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<Lazy<Microsoft.VisualStudio.Workspace.IWorkspaceProviderFactory<Microsoft.VisualStudio.Workspace.Indexing.IFileScanner>, Microsoft.VisualStudio.Workspace.Indexing.IFileScannerMetadata>>>
Public Function GetSymbolScannersAsync (cancellationToken As CancellationToken) As Task(Of IReadOnlyCollection(Of Lazy(Of IWorkspaceProviderFactory(Of IFileScanner), IFileScannerMetadata)))
Parameter
- cancellationToken
- CancellationToken
Ein Abbruchtoken.
Gibt zurück
Eine Auflistung von Symbol Scannern mit Metadaten.