Freigeben über


IWebMatrixHost.ShowFolderDialog-Methode

Die folgenden Ausführungen gelten für v2.

Öffnet abhängig von der Betriebssystemversion das entsprechende Dialogfeld zum Durchsuchen von Ordnern.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Function ShowFolderDialog ( _
    startFolderPath As String, _
    parentWindow As Window _
) As String
'Usage
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

Parameter

  • startFolderPath
    Typ: System.String

    Der Ordnerpfad, in dem der Suchvorgang beginnt.

  • parentWindow
    Typ: System.Windows.Window

    Das übergeordnete Fenster, wenn es sich nicht um das WebMatrix-Standardfenster handelt.

Rückgabewert

Typ: System.String
Der Pfad zum ausgewählten Ordner, wenn die Auswahl erfolgreich war.

Siehe auch

Verweis

IWebMatrixHost Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace