다음을 통해 공유


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입니다.

적용 대상