Sdílet prostřednictvím


StorageProviderGetContentInfoForPathResult.ContentId Property

Definition

Gets or sets the content ID associated with the 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

Property Value

String

Platform::String

winrt::hstring

The content ID value.

Remarks

The content ID is the path to the associated storage file object.

Applies to