FileRemovedEventArgs 类

定义

提供有关 FileRemoved 事件的信息。

public ref class FileRemovedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class FileRemovedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [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")]
class FileRemovedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class FileRemovedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[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")]
public sealed class FileRemovedEventArgs
Public NotInheritable Class FileRemovedEventArgs
继承
Object Platform::Object IInspectable FileRemovedEventArgs
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

注意

FileRemoved 事件已弃用,不应使用。

此对象传递给 FileRemoved 事件的事件处理程序。

如果你的应用参与文件打开选取器合约并触发 FileRemoved 事件,则应通过更新其文件选取器应用页面来响应,以反映所选文件列表中的更改。

通过向 FileOpenPickerUI 添加事件侦听器并为事件分配处理程序函数来注册此事件。 可以从传递给事件处理程序的 fileRemovedEventArgs 对象访问有关事件的信息。

属性

Id

获取用户从文件选取器中所选文件列表中删除的文件的标识符。 此标识符是由提供的应用在将文件添加到所选文件列表时设置的。

适用于

另请参阅