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 是关联存储文件对象的路径。

适用于