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[]
对话框中所有选定文件夹的文件夹路径数组。 如果未选择任何文件夹,则返回空数组。
- 属性