ResourcePackage.FindItemByName - метод Смотри также Terrasoft.Common - пространство имен > ResourcePackage - класс : FindItemByName - метод C#
- name
- The name of the searched resource.
Glossary Item Box
public ResourceItem FindItemByName( string name )
Параметры
- name
- The name of the searched resource.
Тип возвращаемого значения
The first found resource with the name name in the current resource pack ornull
if the resource with this name was not found.