Freigeben über


FileScannerTypeEventArgs(FileScannerType) Constructor

Definition

Initializes a new instance of the FileScannerTypeEventArgs class.

public:
 FileScannerTypeEventArgs(Microsoft::VisualStudio::Workspace::Indexing::FileScannerType scannerType);
public FileScannerTypeEventArgs (Microsoft.VisualStudio.Workspace.Indexing.FileScannerType scannerType);
new Microsoft.VisualStudio.Workspace.Indexing.FileScannerTypeEventArgs : Microsoft.VisualStudio.Workspace.Indexing.FileScannerType -> Microsoft.VisualStudio.Workspace.Indexing.FileScannerTypeEventArgs
Public Sub New (scannerType As FileScannerType)

Parameters

scannerType
FileScannerType

The type of file scanner related to an event

Applies to