'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function GetDataTypeDescriptionsFromDataTypeDescriptionIds( _ ByVal dataTypeDescriptionIdList As IReadOnlyList(Of UAModelNodeDescriptor) _ ) As ValueResult()
'Usage
Dim instance As IUADataTypeDictionaryProvider Dim dataTypeDescriptionIdList As IReadOnlyList(Of UAModelNodeDescriptor) Dim value() As ValueResult value = instance.GetDataTypeDescriptionsFromDataTypeDescriptionIds(dataTypeDescriptionIdList)
[ElementsNotNull()] [NotNull()] ValueResult[] GetDataTypeDescriptionsFromDataTypeDescriptionIds( IReadOnlyList<UAModelNodeDescriptor> dataTypeDescriptionIdList )
[ElementsNotNull()] [NotNull()] array<ValueResult^>^ GetDataTypeDescriptionsFromDataTypeDescriptionIds( IReadOnlyList<UAModelNodeDescriptor^>^ dataTypeDescriptionIdList )
Parameters
- dataTypeDescriptionIdList
- A list of data type description IDs.
Return Value
An array of value results with the data type descriptions obtained, for corresponding indexes of the input list.