Share via


IFolderPickerContinuationEventArgs.Folder 속성

정의

폴더 선택기 작업 중에 사용자가 선택한 폴더를 가져옵니다.

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

속성 값

폴더 선택 작업 중에 사용자가 선택한 폴더입니다.

특성

적용 대상