'Declaration
<NotNullAttribute()> Function GetDataTypeInfosFromDataTypeIds( _ ByVal dataTypeIdList As Object, _ ByVal searchSupertypes As Boolean, _ ByVal requireBaseDataTypes As Boolean _ ) As Object()
'Usage
Dim instance As _UADataTypeDefinitionProvider Dim dataTypeIdList As Object Dim searchSupertypes As Boolean Dim requireBaseDataTypes As Boolean Dim value() As Object value = instance.GetDataTypeInfosFromDataTypeIds(dataTypeIdList, searchSupertypes, requireBaseDataTypes)
[NotNull()] object[] GetDataTypeInfosFromDataTypeIds( object dataTypeIdList, bool searchSupertypes, bool requireBaseDataTypes )
[NotNull()] array<Object^>^ GetDataTypeInfosFromDataTypeIds( Object^ dataTypeIdList, bool searchSupertypes, bool requireBaseDataTypes )
Parameters
- dataTypeIdList
- A 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 the provider will attempt to recursively look at supertypes when determining the data type info.
- requireBaseDataTypes
- Determines whether base data types will always be included in the result.
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).