Condividi tramite


PhotoImportItem.DeletedFileNames Proprietà

Definizione

Ottiene un elenco dei nomi dei file associati a questo elemento che sono stati eliminati.

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)

Valore della proprietà

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Elenco dei nomi dei file associati a questo elemento che sono stati eliminati.

Si applica a