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