FolderBrowserDialog.SelectedPaths 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對話框中所有選取資料夾的路徑。
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[]
對話框中所有選取資料夾的資料夾路徑陣列。 如果未選取任何資料夾,則會傳回空陣列。
- 屬性