次の方法で共有


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

Name Description
FileScannerEventArgs(String, IReadOnlyDictionary<Type,Object>)

Initializes a new instance of the FileScannerEventArgs class.

Properties

Name Description
Content

The file scanned content

WorkspaceFilePath

Relative workspace file path. An empty value mean is the root folder itself

Methods

Name Description
TryGetContent<T>(T)

Query a content value

Applies to