IIndexWorkspaceService3.OnFileScannerTypeCompleted Property

Definition

This event will be fired when scanning of certain file scanner type is considered complete including the case there's no supported scanner of that type.

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

Property Value

Applies to