Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
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
- handle
 Type: System.IntPtr
- title
 Type: System.String
- startFolder
 Type: System.String
- helpTopic
 Type: System.String
- openButtonLabel
 Type: System.String
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.