IIndexWorkspaceService.OnFileScannerCompleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
File Scanner notification
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileScannerEventArgs ^> ^ OnFileScannerCompleted { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileScannerEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileScannerEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileScannerEventArgs> OnFileScannerCompleted { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileScannerEventArgs>? OnFileScannerCompleted { get; set; }
member this.OnFileScannerCompleted : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileScannerEventArgs> with get, set
Public Property OnFileScannerCompleted As AsyncEvent(Of FileScannerEventArgs)