Bagikan melalui


WaitForChangedResult.Name Properti

Definisi

Mendapatkan atau mengatur nama file atau direktori yang berubah.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string? Name { get; set; }
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Nilai Properti

Nama file atau direktori yang berubah.

Contoh

Contoh berikut menunjukkan Name properti . Contoh kode ini adalah bagian dari contoh yang lebih besar yang disediakan untuk WaitForChangedResult struktur.

' Suspend the calling thread until the file has been deleted.
Dim cr As IO.WaitForChangedResult = fsw.WaitForChanged(WatcherChangeTypes.Deleted)

' Tell the user the file is deleted and exit.
Console.WriteLine("The {0} files is deleted; program is exiting", cr.Name)

Berlaku untuk