共用方式為


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[]

對話框中所有選取資料夾的資料夾路徑陣列。 如果未選取任何資料夾,則會傳回空陣列。

屬性

適用於