StorageProviderGetContentInfoForPathResult.ContentId 속성

정의

StorageProviderGetContentInfoForPathResult와 연결된 콘텐츠 ID를 가져오거나 설정합니다.

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

void ContentId(winrt::hstring value);
public string ContentId { get; set; }
var string = storageProviderGetContentInfoForPathResult.contentId;
storageProviderGetContentInfoForPathResult.contentId = string;
Public Property ContentId As String

속성 값

String

Platform::String

winrt::hstring

콘텐츠 ID 값입니다.

설명

콘텐츠 ID는 연결된 스토리지 파일 개체의 경로입니다.

적용 대상