FileSystemEventArgsHelper.IsDirectoryChanged(FileSystemEventArgs) 方法

定义

检查与目录更改事件是否相关

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsDirectoryChanged(System::IO::FileSystemEventArgs ^ fileSystemEventArgs);
public static bool IsDirectoryChanged (this System.IO.FileSystemEventArgs fileSystemEventArgs);
static member IsDirectoryChanged : System.IO.FileSystemEventArgs -> bool
<Extension()>
Public Function IsDirectoryChanged (fileSystemEventArgs As FileSystemEventArgs) As Boolean

参数

fileSystemEventArgs
FileSystemEventArgs

文件系统事件

返回

Boolean

true 是目录更改事件

适用于