共用方式為


PhotoImportItem 類別

定義

表示已從來源匯入的媒體專案。

public ref class PhotoImportItem sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhotoImportItem final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhotoImportItem
Public NotInheritable Class PhotoImportItem
繼承
Object Platform::Object IInspectable PhotoImportItem
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

呼叫下列其中一種方法,以取得這個類別的實例。

如需將媒體匯入新增至應用程式的方式指引,請參閱 從裝置匯入媒體

版本歷程記錄

Windows 版本 SDK 版本 新增值
1809 17763 路徑

屬性

ContentType

取得匯入專案的內容類型。

Date

取得匯入專案的建立日期。

DeletedFileNames

取得與已刪除此專案相關聯之檔案名的清單。

ImportedFileNames

取得與已匯入之這個專案相關聯之檔案名的清單。

IsSelected

取得值,指出專案目前是否已選取匯入。

ItemKey

取得用來識別專案的索引鍵。

Name

取得項目的名稱。

Path

取得 PhotoImportItem的檔案系統路徑。

Sibling

如果專案存在,則取得與專案相關聯的同層級檔案。

Sidecars

取得與專案相關聯的側車檔案清單,如果有的話。

SizeInBytes

取得專案的大小,以位元組為單位。

Thumbnail

取得隨機存取資料流程,其中包含與專案相關聯的縮圖影像。

VideoSegments

取得與專案相關聯的視訊區段清單。

適用於

另請參閱