'Declaration
<NotNullAttribute()> Function GetDataTypeDictionaryIdsFromDataTypeDescriptionIds( _ ByVal dataTypeDescriptionIdList As IReadOnlyList(Of UAModelNodeDescriptor) _ ) As ValueResult(Of UAModelNodeDescriptor)()
'Usage
Dim instance As IUADataTypeDictionaryProvider Dim dataTypeDescriptionIdList As IReadOnlyList(Of UAModelNodeDescriptor) Dim value() As ValueResult(Of UAModelNodeDescriptor) value = instance.GetDataTypeDictionaryIdsFromDataTypeDescriptionIds(dataTypeDescriptionIdList)
[NotNull()] ValueResult<UAModelNodeDescriptor>[] GetDataTypeDictionaryIdsFromDataTypeDescriptionIds( IReadOnlyList<UAModelNodeDescriptor> dataTypeDescriptionIdList )
[NotNull()] array<ValueResult<UAModelNodeDescriptor^>^>^ GetDataTypeDictionaryIdsFromDataTypeDescriptionIds( IReadOnlyList<UAModelNodeDescriptor^>^ dataTypeDescriptionIdList )
Parameters
- dataTypeDescriptionIdList
- A list of data type description IDs.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).