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

대화 상자에서 선택한 모든 폴더에 대한 폴더 경로 배열입니다. 폴더를 선택하지 않으면 빈 배열이 반환됩니다.

특성

적용 대상