'Declaration<ExtensionAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function GetDataItemNode(Of TValue)( _ ByVal modelClient As UAModelClient, _ ByVal modelNodeDescriptor As UAModelNodeDescriptor _ ) As UADataItemNode(Of TValue,TValue)
'UsageDim modelClient As UAModelClient Dim modelNodeDescriptor As UAModelNodeDescriptor Dim value As UADataItemNode(Of TValue,TValue) value = UAModelClientExtension.GetDataItemNode(Of TValue)(modelClient, modelNodeDescriptor)
[Extension()] [JetBrains.Annotations.NotNull()] public static UADataItemNode<TValue,TValue> GetDataItemNode<TValue>( UAModelClient modelClient, UAModelNodeDescriptor modelNodeDescriptor )
[Extension()] [JetBrains.Annotations.NotNull()] public: static UADataItemNode<TValue^,TValue^>^ GetDataItemNodegeneric<typename TValue> ( UAModelClient^ modelClient, UAModelNodeDescriptor^ modelNodeDescriptor )
Parameters
- modelClient
- The OPC-UA model client.
The value of this parameter cannot be
null(Nothingin Visual Basic). - modelNodeDescriptor
- Model node descriptor. Identifies the node in OPC UA information model.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Type Parameters
- TValue
- The type of the value of the node.
Return Value
This method never returns null (Nothing in Visual Basic).