'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function GetDataTypeDictionariesFromDataTypeDictionaryIds( _ ByVal dataTypeDictionaryIdList As Object _ ) As Object()
'Usage
Dim instance As _UADataTypeDictionaryProvider Dim dataTypeDictionaryIdList As Object Dim value() As Object value = instance.GetDataTypeDictionariesFromDataTypeDictionaryIds(dataTypeDictionaryIdList)
[ElementsNotNull()] [NotNull()] object[] GetDataTypeDictionariesFromDataTypeDictionaryIds( object dataTypeDictionaryIdList )
[ElementsNotNull()] [NotNull()] array<Object^>^ GetDataTypeDictionariesFromDataTypeDictionaryIds( Object^ dataTypeDictionaryIdList )
Parameters
- dataTypeDictionaryIdList
- A list of data type dictionary IDs.
Return Value
An array of value results with the data type dictionaries obtained, for corresponding indexes of the input list.