CardLibraryImportGlobalSettingsGetCardNameAsync - свойство
Функция получения имени карточки по ее провайдеру.
Пространство имён: Tessa.CardsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public Func<ISourceContentProvider, CancellationToken, ValueTask<string>>? GetCardNameAsync { get; set; }
Public Property GetCardNameAsync As Func(Of ISourceContentProvider, CancellationToken, ValueTask(Of String))
Get
Set
public:
property Func<ISourceContentProvider^, CancellationToken, ValueTask<String^>>^ GetCardNameAsync {
Func<ISourceContentProvider^, CancellationToken, ValueTask<String^>>^ get ();
void set (Func<ISourceContentProvider^, CancellationToken, ValueTask<String^>>^ value);
}
member GetCardNameAsync : Func<ISourceContentProvider, CancellationToken, ValueTask<string>> with get, set
Значение свойства
FuncISourceContentProvider,
CancellationToken,
ValueTaskString