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>

Windows.Foundation.Collections.IVectorView

Windows.Foundation.Collections.IVectorView

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

Applies to