'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function FindDataTypeDescriptions( _ ByVal dataTypeIdList As Object, _ ByVal searchSupertypes 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)
[ElementsNotNull()] [NotNull()] object[] FindDataTypeDescriptions( object dataTypeIdList, bool searchSupertypes )
[ElementsNotNull()] [NotNull()] array<Object^>^ FindDataTypeDescriptions( Object^ 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.