共用方式為


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 路徑。

適用於