Share via


FileInformation.FolderRelativeId 属性

定义

获取相对于同一文件夹中其他项唯一标识 StorageFile 的标识符。

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

属性值

String

Platform::String

winrt::hstring

文件夹相对标识符。

实现

适用于