Sdílet prostřednictvím


StorageProviderGetContentInfoForPathResult.ContentUri Property

Definition

Gets or sets the content URI associated with the StorageProviderGetContentInfoForPathResult.

public:
 property Platform::String ^ ContentUri { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentUri();

void ContentUri(winrt::hstring value);
public string ContentUri { get; set; }
var string = storageProviderGetContentInfoForPathResult.contentUri;
storageProviderGetContentInfoForPathResult.contentUri = string;
Public Property ContentUri As String

Property Value

String

Platform::String

winrt::hstring

The content URI value.

Remarks

The content URI is the URI based on the content URI ID.

Applies to