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