PhotoImportItem.ImportedFileNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of the names of files associated with this item that were imported.