LocalizableValueCollection.FindByItemName - метод Смотри также Terrasoft.Common - пространство имен > LocalizableValueCollection - класс : FindByItemName - метод C#
- itemName
- The name of the searched element.
Glossary Item Box
public LocalizableValue FindByItemName( string itemName )
Параметры
- itemName
- The name of the searched element.
Тип возвращаемого значения
The found value of the element with name itemName of the LocalizableValue type. If the element with the name itemName was not found in the collection, thennull
is returned.Исключение | Описание |
---|---|
System.ArgumentNullException | .
When passing as a parameter itemName of the null value. |