次の方法で共有


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

ファイルの識別子。

属性

適用対象

こちらもご覧ください