GeneralResourceStorage.GetObject(String,String,CultureInfo) - метод Смотри также Terrasoft.Common - пространство имен > GeneralResourceStorage - класс > GetObject - метод : GetObject(String,String,CultureInfo) - метод C#
- managerName
- Name of a resource manager.
- objectName
- The name of the object.
- culture
- The culture of the object.
Glossary Item Box
public static object GetObject( string managerName, string objectName, CultureInfo culture )
Параметры
- managerName
- Name of a resource manager.
- objectName
- The name of the object.
- culture
- The culture of the object.
Тип возвращаемого значения
The object with the objectName name and culture culture that belongs to the resource manager with the managerName name.Исключение | Описание |
---|---|
ItemNotFoundException | If in the resource manager managerName an object with the name objectName and culture culture was not found. |