Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function SelectFileUsingDialog ( _
    handle As IntPtr, _
    title As String, _
    filter As String, _
    path As String, _
    helpTopic As String _
) As String
public string SelectFileUsingDialog(
    IntPtr handle,
    string title,
    string filter,
    string path,
    string helpTopic
)
public:
String^ SelectFileUsingDialog(
    IntPtr handle, 
    String^ title, 
    String^ filter, 
    String^ path, 
    String^ helpTopic
)
member SelectFileUsingDialog : 
        handle:IntPtr * 
        title:string * 
        filter:string * 
        path:string * 
        helpTopic:string -> string
public function SelectFileUsingDialog(
    handle : IntPtr, 
    title : String, 
    filter : String, 
    path : String, 
    helpTopic : String
) : String
Parameters
- handle
 Type: System.IntPtr
- title
 Type: System.String
- filter
 Type: System.String
- path
 Type: System.String
- helpTopic
 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.