'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared Function ResolveDataTypeDescriptorsFromDataTypeEncodingIds( _ ByVal dataTypeDictionaryProvider As IUADataTypeDictionaryProvider, _ ByVal dataTypeEncodingIdList As IReadOnlyList(Of UAModelNodeDescriptor) _ ) As ValueResult(Of UADataTypeDescriptor)()
'Usage
Dim dataTypeDictionaryProvider As IUADataTypeDictionaryProvider Dim dataTypeEncodingIdList As IReadOnlyList(Of UAModelNodeDescriptor) Dim value() As ValueResult(Of UADataTypeDescriptor) value = IUADataTypeDictionaryProviderExtension.ResolveDataTypeDescriptorsFromDataTypeEncodingIds(dataTypeDictionaryProvider, dataTypeEncodingIdList)
[Extension()] [ElementsNotNull()] [NotNull()] public static ValueResult<UADataTypeDescriptor>[] ResolveDataTypeDescriptorsFromDataTypeEncodingIds( IUADataTypeDictionaryProvider dataTypeDictionaryProvider, IReadOnlyList<UAModelNodeDescriptor> dataTypeEncodingIdList )
[Extension()] [ElementsNotNull()] [NotNull()] public: static array<ValueResult<UADataTypeDescriptor^>^>^ ResolveDataTypeDescriptorsFromDataTypeEncodingIds( IUADataTypeDictionaryProvider^ dataTypeDictionaryProvider, IReadOnlyList<UAModelNodeDescriptor^>^ dataTypeEncodingIdList )
Parameters
- dataTypeDictionaryProvider
- The OPC UA data type model provider.
- dataTypeEncodingIdList
- A list of data type encoding IDs.
Return Value
An array of value results with the data type descriptors obtained, for corresponding indexes of the input list.