IIndexWorkspaceService.OnFileScannerCacheInvalidate Property

Definition

File Scanner cache invalidation

public:
 property Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ OnFileScannerCacheInvalidate { Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> OnFileScannerCacheInvalidate { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs>? OnFileScannerCacheInvalidate { get; set; }
member this.OnFileScannerCacheInvalidate : Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> with get, set
Public Property OnFileScannerCacheInvalidate As AsyncEvent(Of EventArgs)

Property Value

Applies to