0 out of 1 rated this helpful - Rate this topic

FolderPicker.PickSingleFolderAsync | pickSingleFolderAsync method

Shows the folderPicker object so that the user can pick a folder.

Syntax

Public Function PickSingleFolderAsync() As IAsyncOperation(Of StorageFolder)

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<StorageFolder>

When the call to this method completes successfully, it returns a storageFolder object that represents the folder that the user picked.

Remarks

Warning  If you try to show the file picker while your app is snapped the file picker will not be shown and an exception will be thrown. You can avoid this by making sure your app is not snapped or by unsnapping it before you call the file picker. The FolderPicker code examples and the File picker sample show you how.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Pickers
Windows::Storage::Pickers [C++]

Metadata

Windows.winmd

See also

folderPicker class

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.