Поделиться через


FileRemovedEventArgs.Id Свойство

Определение

Возвращает идентификатор файла, который пользователь удалил из списка выбранных файлов в средстве выбора файлов. Этот идентификатор был задан предоставляющим приложением при добавлении файлов в список выбранных файлов.

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

Значение свойства

String

Platform::String

winrt::hstring

Идентификатор файла.

Атрибуты

Применяется к

См. также раздел