IWebMatrixHost.ShowFolderDialog 方法

适用于版本2

打开相应的文件夹浏览对话框,具体取决于操作系统的版本。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Function ShowFolderDialog ( _
    startFolderPath As String, _
    parentWindow As Window _
) As String
用法
Dim instance As IWebMatrixHost 
Dim startFolderPath As String 
Dim parentWindow As Window 
Dim returnValue As String 

returnValue = instance.ShowFolderDialog(startFolderPath, _
    parentWindow)
string ShowFolderDialog(
    string startFolderPath,
    Window parentWindow
)
String^ ShowFolderDialog(
    String^ startFolderPath, 
    Window^ parentWindow
)
abstract ShowFolderDialog : 
        startFolderPath:string * 
        parentWindow:Window -> string
function ShowFolderDialog(
    startFolderPath : String, 
    parentWindow : Window
) : String

参数

  • startFolderPath
    类型:System.String

    起始文件夹路径。

  • parentWindow
    类型:System.Windows.Window

    父窗口(如果不是一个标准 WebMatrix 窗口)。

返回值

类型:System.String
所选文件夹路径(如果选择成功)。

请参阅

参考

IWebMatrixHost 接口

Microsoft.WebMatrix.Extensibility 命名空间