StorageProviderGetPathForContentUriResult.Path 属性

定义

获取 StorageProviderGetPathForContentUriResult 对象的路径。

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

属性值

String

Platform::String

winrt::hstring

内容 URI 路径。

适用于