ProcessRefHelperParseProcessRefContainer - метод |
Возвращает список ссылок на процессы, полученный из указанного XML-элемента.
Пространство имён:
Chronos.Platform
Сборка:
Chronos.Platform (в Chronos.Platform.dll) Версия: 3.5.0.19
Синтаксис public static IList<ProcessRef> ParseProcessRefContainer(
XElement refContainerElement
)
Public Shared Function ParseProcessRefContainer (
refContainerElement As XElement
) As IList(Of ProcessRef)
public:
static IList<ProcessRef>^ ParseProcessRefContainer(
XElement^ refContainerElement
)
static member ParseProcessRefContainer :
refContainerElement : XElement -> IList<ProcessRef>
Параметры
- refContainerElement
- Тип: System.Xml.LinqXElement
XML-элемент, из которого будут получены ссылки на процессы.
Возвращаемое значение
Тип:
IListProcessRefСписок ссылок на процессы, полученный из указанного XML-элемента.
См. также