'Declaration
<NotNullAttribute()> Function FindDataTypeDescriptions( _ ByVal dataTypeIdList As Object, _ ByVal searchSupertypes As Boolean _ ) As Object()
'Usage
Dim instance As _UAHeaderDataTypeSchema Dim dataTypeIdList As Object Dim searchSupertypes As Boolean Dim value() As Object value = instance.FindDataTypeDescriptions(dataTypeIdList, searchSupertypes)
[NotNull()] object[] FindDataTypeDescriptions( object dataTypeIdList, bool searchSupertypes )
[NotNull()] array<Object^>^ FindDataTypeDescriptions( Object^ dataTypeIdList, bool 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
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).