WebUIFolderPickerContinuationEventArgs.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 = webUIFolderPickerContinuationEventArgs.folder;
Public ReadOnly Property Folder As StorageFolder

属性值

用户在文件夹选取器操作期间选择的文件夹。

实现

属性

适用于