共用方式為


PhotoImportItem.DeletedFileNames 屬性

定義

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

public:
 property IVectorView<Platform::String ^> ^ DeletedFileNames { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> DeletedFileNames();
public IReadOnlyList<string> DeletedFileNames { get; }
var iVectorView = photoImportItem.deletedFileNames;
Public ReadOnly Property DeletedFileNames As IReadOnlyList(Of String)

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

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

適用於