Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function SelectMultipleFilesUsingDialog ( _
handle As IntPtr, _
title As String, _
filter As String, _
path As String, _
multiselect As Boolean _
) As String()
public string[] SelectMultipleFilesUsingDialog(
IntPtr handle,
string title,
string filter,
string path,
bool multiselect
)
public:
array<String^>^ SelectMultipleFilesUsingDialog(
IntPtr handle,
String^ title,
String^ filter,
String^ path,
bool multiselect
)
member SelectMultipleFilesUsingDialog :
handle:IntPtr *
title:string *
filter:string *
path:string *
multiselect:bool -> string[]
public function SelectMultipleFilesUsingDialog(
handle : IntPtr,
title : String,
filter : String,
path : String,
multiselect : boolean
) : String[]
Parameters
- handle
Type: System.IntPtr
- title
Type: System.String
- filter
Type: System.String
- path
Type: System.String
- multiselect
Type: System.Boolean
Return Value
Type: array<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.