PhotoImportItem.DeletedFileNames Property

Definition

Gets a list of the names of files associated with this item that were deleted.

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)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of the names of files associated with this item that were deleted.

Applies to