BasicHelper.SelectFileUsingDialog, méthode (IntPtr, String, String, String)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.VisualStudio.TeamFoundation.Client (dans Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Function SelectFileUsingDialog ( _
handle As IntPtr, _
title As String, _
filter As String, _
path As String _
) As String
public string SelectFileUsingDialog(
IntPtr handle,
string title,
string filter,
string path
)
Paramètres
- handle
Type : System.IntPtr
- title
Type : System.String
- filter
Type : System.String
- path
Type : System.String
Valeur de retour
Type : System.String
retourne String ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.