'Declaration
Public MustOverride Function FindDataTypeDescriptions( _ ByVal dataTypeIdList As IReadOnlyList(Of UANodeId), _ ByVal searchSupertypes As Boolean _ ) As ValueResult(Of UADataTypeDescription)()
'Usage
Dim instance As UADataTypeSchema Dim dataTypeIdList As IReadOnlyList(Of UANodeId) Dim searchSupertypes As Boolean Dim value() As ValueResult(Of UADataTypeDescription) value = instance.FindDataTypeDescriptions(dataTypeIdList, searchSupertypes)
public abstract ValueResult<UADataTypeDescription>[] FindDataTypeDescriptions( IReadOnlyList<UANodeId> dataTypeIdList, bool searchSupertypes )
public: abstract array<ValueResult<UADataTypeDescription^>^>^ FindDataTypeDescriptions( IReadOnlyList<UANodeId^>^ dataTypeIdList, bool searchSupertypes )
Parameters
- dataTypeIdList
- List of data type IDs.
- searchSupertypes
- Determines whether supertypes will be searched into.
Return Value
Returns an array of value results containing data type descriptions for each data type ID in the input list.