IStorageItemProperties.FolderRelativeId 属性

定义

获取当前项的标识符。 此 ID 对于包含该项的查询结果或 StorageFolder 是唯一的,可用于区分具有相同名称的项。

public:
 property Platform::String ^ FolderRelativeId { Platform::String ^ get(); };
winrt::hstring FolderRelativeId();
public string FolderRelativeId { get; }
var string = iStorageItemProperties.folderRelativeId;
Public ReadOnly Property FolderRelativeId As String

属性值

String

Platform::String

winrt::hstring

查询结果或 StorageFolder 中项的标识符。

注解

当前项可以是文件、文件夹或文件组。

在对 StorageFolder 对象使用方法之一创建查询时,将创建查询结果对象。 根据调用的方法,查询结果对象可以是 StorageFileQueryResultStorageFolderQueryResultStorageItemQueryResult 对象。

适用于