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>

与已删除的此项关联的文件的名称列表。

适用于