'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function ResolveDataTypes( _ ByVal dataTypeIdList As Object, _ ByVal encodingName As Object _ ) As Object()
'Usage
Dim instance As _EasyUAClientComplexData Dim dataTypeIdList As Object Dim encodingName As Object Dim value() As Object value = instance.ResolveDataTypes(dataTypeIdList, encodingName)
[ElementsNotNull()] [NotNull()] object[] ResolveDataTypes( object dataTypeIdList, object encodingName )
[ElementsNotNull()] [NotNull()] array<Object^>^ ResolveDataTypes( Object^ dataTypeIdList, Object^ encodingName )
Parameters
- dataTypeIdList
- A list of data type IDs.
- encodingName
- The encoding name.
Return Value
An array of value results with the data types obtained, for corresponding indexes of the input list.