Metodo QsUIShowGetFileNameOut
|
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi public static GetFileNameOutResult ShowGetFileNameOut(
string dir,
string filter,
string name,
string title,
string defext
)
Public Shared Function ShowGetFileNameOut (
dir As String,
filter As String,
name As String,
title As String,
defext As String
) As GetFileNameOutResult
public:
static GetFileNameOutResult^ ShowGetFileNameOut(
String^ dir,
String^ filter,
String^ name,
String^ title,
String^ defext
)
static member ShowGetFileNameOut :
dir : string *
filter : string *
name : string *
title : string *
defext : string -> GetFileNameOutResult
Parametri
- dir String
-
- filter String
-
- name String
-
- title String
-
- defext String
-
Valore di ritorno
GetFileNameOutResultVedi anche