Gets data type dictionary IDs from given data type description IDs.
Syntax
'Declaration
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Function GetDataTypeDictionaryIdsFromDataTypeDescriptionIds( _
ByVal 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
)
[ElementsNotNull()]
[NotNull()]
array<Object^>^ GetDataTypeDictionaryIdsFromDataTypeDescriptionIds(
Object^
)
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.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also