다음을 통해 공유


PhotoImportItem.DeletedFileNames 속성

정의

삭제된 이 항목과 연결된 파일의 이름 목록을 가져옵니다.

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)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

삭제된 이 항목과 연결된 파일의 이름 목록입니다.

적용 대상