ISettingsUnitDescriptorRegistryGetAll(String) - метод
Returns all objects registered in the registry for the specified category.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
IReadOnlyCollection<SettingsUnitDescriptor> GetAll(
string category
)
Function GetAll (
category As String
) As IReadOnlyCollection(Of SettingsUnitDescriptor)
IReadOnlyCollection<SettingsUnitDescriptor^>^ GetAll(
String^ category
)
abstract GetAll :
category : string -> IReadOnlyCollection<SettingsUnitDescriptor>
- category String
Path to the category where the settings unit is located.
The value must satisfy the
CategoryPattern pattern.
The "
/" symbol is used to separate categories:
- Category – category
- Subcategory – category/subcategory
IReadOnlyCollectionSettingsUnitDescriptorA readonly collection with all objects registered registered in the registry.