FileScannerEventArgs Class
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.
EventArg for File scanning phase
public ref class FileScannerEventArgs : EventArgs
public class FileScannerEventArgs : EventArgs
type FileScannerEventArgs = class
inherit EventArgs
Public Class FileScannerEventArgs
Inherits EventArgs
- Inheritance
-
FileScannerEventArgs
Constructors
FileScannerEventArgs(String, IReadOnlyDictionary<Type,Object>) |
Initializes a new instance of the FileScannerEventArgs class. |
Properties
Content |
The file scanned content |
WorkspaceFilePath |
Relative workspace file path. An empty value mean is the root folder itself |
Methods
TryGetContent<T>(T) |
Query a content value |