Partager via


FileRemovedEventArgs.Id Propriété

Définition

Obtient l’identificateur du fichier que l’utilisateur a supprimé de la liste des fichiers choisis dans le sélecteur de fichiers. Cet identificateur a été défini par l’application fournissante lorsqu’elle a ajouté les fichiers à la liste des fichiers choisis.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Identificateur du fichier.

Attributs

S’applique à

Voir aussi