'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function ResolveEncodingIdsFromDataTypeIds( _ ByVal dataTypeIdList As Object, _ ByVal encodingName As Object _ ) As Object()
'Usage
Dim instance As _UADataTypeModelProvider Dim dataTypeIdList As Object Dim encodingName As Object Dim value() As Object value = instance.ResolveEncodingIdsFromDataTypeIds(dataTypeIdList, encodingName)
[ElementsNotNull()] [NotNull()] object[] ResolveEncodingIdsFromDataTypeIds( object dataTypeIdList, object encodingName )
[ElementsNotNull()] [NotNull()] array<Object^>^ ResolveEncodingIdsFromDataTypeIds( 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 encoding IDs obtained, for corresponding indexes of the input list.