共用方式為


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

屬性值

使用者在資料夾選擇器作業期間選取的資料夾。

實作

屬性

適用於