다음을 통해 공유


IFileSavePickerContinuationEventArgs.File 속성

정의

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

public:
 property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
/// [get: Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
StorageFile File();
public StorageFile File { get; }
public StorageFile File { [Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs 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 storageFile = iFileSavePickerContinuationEventArgs.file;
Public ReadOnly Property File As StorageFile

속성 값

파일 저장 선택기 작업 중에 사용자가 선택한 파일입니다.

특성

적용 대상