Share via


FolderLauncherOptions Constructor

Definition

Initializes a new instance of the FolderLauncherOptions class.

In a desktop app, before using an instance of this class in a way that displays UI, you'll need to associate the object with its owner's window handle. For more info, and code examples, see Display WinRT UI objects that depend on CoreWindow.

public:
 FolderLauncherOptions();
 FolderLauncherOptions();
public FolderLauncherOptions();
function FolderLauncherOptions()
Public Sub New ()

Applies to