BasicHelper.SelectDirectoryUsingDialog-Methode
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
)
Parameter
- handle
Typ: System.IntPtr
- title
Typ: System.String
- startFolder
Typ: System.String
- helpTopic
Typ: System.String
- openButtonLabel
Typ: System.String
Rückgabewert
Typ: System.String
Gibt String zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.