StorageProviderGetContentInfoForPathResult.ContentUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The content URI value.
Remarks
The content URI is the URI based on the content URI ID.