FolderBrowserDialog.SelectedPaths 属性

定义

获取对话框中所有选定文件夹的路径。

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()

属性值

String[]

对话框中所有选定文件夹的文件夹路径数组。 如果未选择任何文件夹,则返回空数组。

属性

适用于