FileScannerEventArgs(String, IReadOnlyDictionary<Type,Object>) Constructor

Definition

Initializes a new instance of the FileScannerEventArgs class.

public:
 FileScannerEventArgs(System::String ^ filePath, System::Collections::Generic::IReadOnlyDictionary<Type ^, System::Object ^> ^ content);
public FileScannerEventArgs (string filePath, System.Collections.Generic.IReadOnlyDictionary<Type,object> content);
new Microsoft.VisualStudio.Workspace.Indexing.FileScannerEventArgs : string * System.Collections.Generic.IReadOnlyDictionary<Type, obj> -> Microsoft.VisualStudio.Workspace.Indexing.FileScannerEventArgs
Public Sub New (filePath As String, content As IReadOnlyDictionary(Of Type, Object))

Parameters

filePath
String

Relative workspace file/directory path

content
IReadOnlyDictionary<Type,Object>

Scanning content

Applies to