FileSystemEventArgs(WatcherChangeTypes, String, String) Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci FileSystemEventArgs třídy.
public:
FileSystemEventArgs(System::IO::WatcherChangeTypes changeType, System::String ^ directory, System::String ^ name);
public FileSystemEventArgs (System.IO.WatcherChangeTypes changeType, string directory, string? name);
public FileSystemEventArgs (System.IO.WatcherChangeTypes changeType, string directory, string name);
new System.IO.FileSystemEventArgs : System.IO.WatcherChangeTypes * string * string -> System.IO.FileSystemEventArgs
Public Sub New (changeType As WatcherChangeTypes, directory As String, name As String)
Parametry
- changeType
- WatcherChangeTypes
Jedna z WatcherChangeTypes hodnot, která představuje druh změny zjištěné v systému souborů.
- directory
- String
Kořenový adresář ovlivněného souboru nebo adresáře.
- name
- String
Název ovlivněného souboru nebo adresáře.
Platí pro
Viz také
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.