Share via


WebUIFileOpenPickerContinuationEventArgs.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 = webUIFileOpenPickerContinuationEventArgs.files;
Public ReadOnly Property Files As IReadOnlyList(Of StorageFile)

속성 값

앱에 전달되는 파일을 나타내는 StorageFile 개체입니다.

구현

특성

적용 대상