'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function GetDataTypeDictionaryIdFromDataTypeDescriptionId( _ ByVal dataTypeDictionaryProvider As IUADataTypeDictionaryProvider, _ ByVal dataTypeDescriptionId As UAModelNodeDescriptor _ ) As ValueResult(Of UAModelNodeDescriptor)
'Usage
Dim dataTypeDictionaryProvider As IUADataTypeDictionaryProvider Dim dataTypeDescriptionId As UAModelNodeDescriptor Dim value As ValueResult(Of UAModelNodeDescriptor) value = IUADataTypeDictionaryProviderExtension.GetDataTypeDictionaryIdFromDataTypeDescriptionId(dataTypeDictionaryProvider, dataTypeDescriptionId)
[Extension()] [NotNull()] public static ValueResult<UAModelNodeDescriptor> GetDataTypeDictionaryIdFromDataTypeDescriptionId( IUADataTypeDictionaryProvider dataTypeDictionaryProvider, UAModelNodeDescriptor dataTypeDescriptionId )
[Extension()] [NotNull()] public: static ValueResult<UAModelNodeDescriptor^>^ GetDataTypeDictionaryIdFromDataTypeDescriptionId( IUADataTypeDictionaryProvider^ dataTypeDictionaryProvider, UAModelNodeDescriptor^ dataTypeDescriptionId )
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). - dataTypeDescriptionId
- A data type description ID.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).