StorageProviderKnownFolderEntry.KnownFolderId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
GUID représentant l’identificateur du dossier connu.
public:
property Platform::Guid KnownFolderId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid KnownFolderId();
void KnownFolderId(winrt::guid value);
public Guid KnownFolderId { get; set; }
var guid = storageProviderKnownFolderEntry.knownFolderId;
storageProviderKnownFolderEntry.knownFolderId = guid;
Public Property KnownFolderId As Guid
Valeur de propriété
Obtient ou définit l’identificateur du dossier connu.