PhotoImportItem.ImportedFileNames Property

Definition

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

public:
 property IVectorView<Platform::String ^> ^ ImportedFileNames { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> ImportedFileNames();
public IReadOnlyList<string> ImportedFileNames { get; }
var iVectorView = photoImportItem.importedFileNames;
Public ReadOnly Property ImportedFileNames 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 imported.

Applies to