Freigeben über


StorageProviderGetContentInfoForPathResult.ContentId Eigenschaft

Definition

Ruft die Inhalts-ID ab, die dem StorageProviderGetContentInfoForPathResult zugeordnet ist, oder legt diese fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Wert der Inhalts-ID.

Hinweise

Die Inhalts-ID ist der Pfad zum zugeordneten Speicherdateiobjekt.

Gilt für: