FolderPicker(WindowId) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
FolderPicker(WindowId windowId);
FolderPicker(WindowId const& windowId);
public FolderPicker(WindowId windowId);
function FolderPicker(windowId)
Public Sub New (windowId As WindowId)
Parameters
- windowId
- WindowId
The ID of the window that will be the parent of the folder picker. This is used to set the window handle for the folder picker.