StorageFile.FolderRelativeId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得檔案的識別碼。 此識別碼對於包含檔案的查詢結果或 StorageFolder 而言是唯一的,而且可用來區分具有相同名稱的專案。
public:
property Platform::String ^ FolderRelativeId { Platform::String ^ get(); };
winrt::hstring FolderRelativeId();
public string FolderRelativeId { get; }
var string = storageFile.folderRelativeId;
Public ReadOnly Property FolderRelativeId As String
屬性值
檔案的識別碼。
實作
備註
當您使用 StorageFolder 物件上的其中一種方法建立查詢時,您會建立查詢結果物件。 視您呼叫的方法而定,您的查詢結果物件可能是 StorageFileQueryResult、 StorageFolderQueryResult或 StorageItemQueryResult 物件。