Finds data type descriptions for given data type IDs.
Syntax
'Declaration
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Function FindDataTypeDescriptions( _
ByVal As Object, _
ByVal As Boolean _
) As Object()
'Usage
Dim instance As _UADataSetMetaData
Dim dataTypeIdList As Object
Dim searchSupertypes As Boolean
Dim value() As Object
value = instance.FindDataTypeDescriptions(dataTypeIdList, 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.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also