Finds data type descriptions for given data type IDs.
Syntax
'Declaration
<NotNullAttribute()>
Function FindDataTypeDescriptions( _
ByVal As Object, _
ByVal As Boolean _
) As Object()
'Usage
Dim instance As _UAReadOnlyDataTypeSchema
Dim dataTypeIdList As Object
Dim searchSupertypes As Boolean
Dim value() As Object
value = instance.FindDataTypeDescriptions(dataTypeIdList, searchSupertypes)
Parameters
- dataTypeIdList
- List of data type 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).
- 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.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).
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