'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function GetEncodingNodeElementCollectionsFromDataTypeIds( _ ByVal dataTypeIdList As IReadOnlyList(Of UAModelNodeDescriptor) _ ) As ValueResult(Of UANodeElementCollection)()
'Usage
Dim instance As IUADataTypeModelProvider Dim dataTypeIdList As IReadOnlyList(Of UAModelNodeDescriptor) Dim value() As ValueResult(Of UANodeElementCollection) value = instance.GetEncodingNodeElementCollectionsFromDataTypeIds(dataTypeIdList)
[ElementsNotNull()] [NotNull()] ValueResult<UANodeElementCollection>[] GetEncodingNodeElementCollectionsFromDataTypeIds( IReadOnlyList<UAModelNodeDescriptor> dataTypeIdList )
[ElementsNotNull()] [NotNull()] array<ValueResult<UANodeElementCollection^>^>^ GetEncodingNodeElementCollectionsFromDataTypeIds( IReadOnlyList<UAModelNodeDescriptor^>^ dataTypeIdList )
Parameters
- dataTypeIdList
- A list of data type IDs.
Return Value
An array of value results with the encoding node element collections obtained, for corresponding indexes of the input list.