次の方法で共有


StorageProviderGetContentInfoForPathResult.ContentUri プロパティ

定義

StorageProviderGetContentInfoForPathResult に関連付けられているコンテンツ URI を取得または設定します。

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

プロパティ値

String

Platform::String

winrt::hstring

コンテンツ URI 値。

注釈

コンテンツ URI は、コンテンツ URI ID に基づく URI です。

適用対象