ISettingsUnitEditorServiceGetCategoryDescriptorsAsync - метод
Retrieves descriptors of settings units categories available for the current session.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
Task<List<SettingsUnitCategoryDescriptor>> GetCategoryDescriptorsAsync(
CancellationToken cancellationToken = default
)
Function GetCategoryDescriptorsAsync (
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of List(Of SettingsUnitCategoryDescriptor))
Task<List<SettingsUnitCategoryDescriptor^>^>^ GetCategoryDescriptorsAsync(
CancellationToken cancellationToken = CancellationToken()
)
abstract GetCategoryDescriptorsAsync :
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<List<SettingsUnitCategoryDescriptor>>
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskListSettingsUnitCategoryDescriptorA collection of
SettingsUnitCategoryDescriptor objects.