StorageProviderGetContentInfoForPathResult.ContentId 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.
Obtient ou définit l’ID de contenu associé à StorageProviderGetContentInfoForPathResult.
public:
property Platform::String ^ ContentId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentId();
void ContentId(winrt::hstring value);
public string ContentId { get; set; }
var string = storageProviderGetContentInfoForPathResult.contentId;
storageProviderGetContentInfoForPathResult.contentId = string;
Public Property ContentId As String
Valeur de propriété
Valeur d’ID de contenu.
Remarques
L’ID de contenu est le chemin d’accès à l’objet de fichier de stockage associé.