Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FolderBrowserDialog.SelectedPaths Property

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
FolderBrowserDialog.cs
Source:
FolderBrowserDialog.cs
Source:
FolderBrowserDialog.cs

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.

Gets the paths of all selected folders in the dialog box.

public:
 property cli::array <System::String ^> ^ SelectedPaths { cli::array <System::String ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public string[] SelectedPaths { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedPaths : string[]
Public ReadOnly Property SelectedPaths As String()

Property Value

String[]

An array of folder paths for all the selected folders in the dialog box. If no folders are selected, an empty array is returned.

Attributes

Applies to


Feedback

Was this page helpful?