DownloadOperation.Guid Propriété

Définition

Il s’agit d’un identificateur unique pour une opération de téléchargement spécifique. Un GUID associé à une opération de téléchargement ne changera pas pendant la durée du téléchargement.

public:
 property Platform::Guid Guid { Platform::Guid get(); };
winrt::guid Guid();
public Guid Guid { get; }
var guid = downloadOperation.guid;
Public ReadOnly Property Guid As Guid

Valeur de propriété

Guid

Platform::Guid

winrt::guid

ID unique de cette opération de téléchargement.

Implémente

S’applique à