ShortcutHelperCreateUrlAsync - метод
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static Task CreateUrlAsync(
string fileName,
string url,
string iconFile = null,
int iconIndex = 0,
CancellationToken cancellationToken = default
)
Public Shared Function CreateUrlAsync (
fileName As String,
url As String,
Optional iconFile As String = Nothing,
Optional iconIndex As Integer = 0,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
static Task^ CreateUrlAsync(
String^ fileName,
String^ url,
String^ iconFile = nullptr,
int iconIndex = 0,
CancellationToken cancellationToken = CancellationToken()
)
static member CreateUrlAsync :
fileName : string *
url : string *
?iconFile : string *
?iconIndex : int *
?cancellationToken : CancellationToken
(* Defaults:
let _iconFile = defaultArg iconFile null
let _iconIndex = defaultArg iconIndex 0
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
- fileName String
-
- url String
-
- iconFile String (Optional)
-
- iconIndex Int32 (Optional)
-
- cancellationToken CancellationToken (Optional)
-
Task