BasicHelper.SelectDirectoryUsingDialog Method

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'宣言
Public Function SelectDirectoryUsingDialog ( _
    handle As IntPtr, _
    title As String, _
    startFolder As String, _
    helpTopic As String, _
    openButtonLabel As String _
) As String
public string SelectDirectoryUsingDialog(
    IntPtr handle,
    string title,
    string startFolder,
    string helpTopic,
    string openButtonLabel
)
public:
String^ SelectDirectoryUsingDialog(
    IntPtr handle, 
    String^ title, 
    String^ startFolder, 
    String^ helpTopic, 
    String^ openButtonLabel
)
member SelectDirectoryUsingDialog : 
        handle:IntPtr * 
        title:string * 
        startFolder:string * 
        helpTopic:string * 
        openButtonLabel:string -> string 
public function SelectDirectoryUsingDialog(
    handle : IntPtr, 
    title : String, 
    startFolder : String, 
    helpTopic : String, 
    openButtonLabel : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BasicHelper Class

Microsoft.TeamFoundation.Common Namespace