FileScannerEventArgs(String, IReadOnlyDictionary<Type,Object>) Constructor
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.
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