다음을 통해 공유


IFileOpenPickerContinuationEventArgs.Files 속성

정의

파일 열기 선택기 작업 중에 사용자가 선택한 파일 목록을 가져옵니다.

public:
 property IVectorView<StorageFile ^> ^ Files { IVectorView<StorageFile ^> ^ get(); };
IVectorView<StorageFile> Files();
/// [get: Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
IVectorView<StorageFile> Files();
public IReadOnlyList<StorageFile> Files { get; }
public IReadOnlyList<StorageFile> Files { [Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = iFileOpenPickerContinuationEventArgs.files;
Public ReadOnly Property Files As IReadOnlyList(Of StorageFile)

속성 값

파일 열기 선택기 작업 중에 사용자가 선택한 파일 목록입니다.

특성

적용 대상