次の方法で共有


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

プロパティ値

フォルダー ピッカー操作中にユーザーが選択したフォルダー。

実装

属性

適用対象