FileScannerEventArgs Class

Definition

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

Applies to