LocalizableValueCollection.GetByItemName - метод Смотри также Terrasoft.Common - пространство имен > LocalizableValueCollection - класс : GetByItemName - метод C#
- itemName
- The name of the searched element.
Glossary Item Box
public LocalizableValue GetByItemName( string itemName )
Параметры
- itemName
- The name of the searched element.
Тип возвращаемого значения
The collection element with name itemName of the LocalizableValue type.Исключение | Описание |
---|---|
ItemNotFoundException | If the element with the name itemName was not found in the collection. |