StorageProviderGetPathForContentUriResult.Path Property

Definition

Gets the path of the StorageProviderGetPathForContentUriResult object.

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

void Path(winrt::hstring value);
public string Path { get; set; }
var string = storageProviderGetPathForContentUriResult.path;
storageProviderGetPathForContentUriResult.path = string;
Public Property Path As String

Property Value

String

Platform::String

winrt::hstring

The content URI path.

Applies to