'Declaration
<ExtensionAttribute()> <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()] [NotNull()] public static ValueResult<UADataTypeDescriptor>[] ResolveDataTypeDescriptorsFromDataTypeEncodingIds( IUADataTypeDictionaryProvider dataTypeDictionaryProvider, IReadOnlyList<UAModelNodeDescriptor> dataTypeEncodingIdList )
[Extension()] [NotNull()] public: static array<ValueResult<UADataTypeDescriptor^>^>^ ResolveDataTypeDescriptorsFromDataTypeEncodingIds( IUADataTypeDictionaryProvider^ dataTypeDictionaryProvider, IReadOnlyList<UAModelNodeDescriptor^>^ dataTypeEncodingIdList )
Parameters
- dataTypeDictionaryProvider
- The OPC UA data type model provider.
This is typically obtained from the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData.DataTypeDictionaryProvider property of the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData service.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataTypeEncodingIdList
- A list of data type encoding 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).