FileRemovedEventArgs.Id Proprietà

Definizione

Ottiene l'identificatore del file rimosso dall'elenco di file scelti nella selezione file. Questo identificatore è stato impostato dall'app che fornisce quando ha aggiunto i file all'elenco dei file scelti.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore del file.

Attributi

Si applica a

Vedi anche