Partager via


StorageProviderGetContentInfoForPathResult.ContentId Propriété

Définition

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é

String

Platform::String

winrt::hstring

Valeur d’ID de contenu.

Remarques

L’ID de contenu est le chemin d’accès à l’objet de fichier de stockage associé.

S’applique à