Bagikan melalui


FileRemovedEventArgs.Id Properti

Definisi

Mendapatkan pengidentifikasi file yang dihapus pengguna dari daftar file yang dipilih dalam pemilih file. Pengidentifikasi ini diatur oleh aplikasi yang menyediakan saat menambahkan file ke daftar file yang dipilih.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
/// [get: Windows.Foundation.Metadata.Deprecated("Since Windows 10, only apps can remove files, not end users so the FileRemoved event will not be raised.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::hstring Id();
public string Id { get; }
public string Id { [Windows.Foundation.Metadata.Deprecated("Since Windows 10, only apps can remove files, not end users so the FileRemoved event will not be raised.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var string = fileRemovedEventArgs.id;
Public ReadOnly Property Id As String

Nilai Properti

String

Platform::String

winrt::hstring

Pengidentifikasi file.

Atribut

Berlaku untuk

Lihat juga