IIndexWorkspaceService2.IsProviderUpToDateAsync(String, FileScannerEntityCache, 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.
Überprüfen, ob die Entität über einen Dateiscanner auf dem neuesten Stand ist
public:
System::Threading::Tasks::Task<bool> ^ IsProviderUpToDateAsync(System::String ^ filePath, Microsoft::VisualStudio::Workspace::Indexing::FileScannerEntityCache ^ fileScannerEntityCache, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<bool> IsProviderUpToDateAsync (string filePath, Microsoft.VisualStudio.Workspace.Indexing.FileScannerEntityCache fileScannerEntityCache, System.Threading.CancellationToken cancellationToken);
abstract member IsProviderUpToDateAsync : string * Microsoft.VisualStudio.Workspace.Indexing.FileScannerEntityCache * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function IsProviderUpToDateAsync (filePath As String, fileScannerEntityCache As FileScannerEntityCache, cancellationToken As CancellationToken) As Task(Of Boolean)
Parameter
- filePath
- String
Der Dateipfad>
- fileScannerEntityCache
- FileScannerEntityCache
Informationen zum Dateiscanner
- cancellationToken
- CancellationToken
Abbruchtoken
Gibt zurück
Abschluss Aufgabe