 | IMultiDataProviderRetrieveValues Method |
Retrieve the values and set them to the Value fields of the
DataProviderValue objects in the given list.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxvoid RetrieveValues(
IReadOnlyList<DataProviderValue> valueList
)
Sub RetrieveValues (
valueList As IReadOnlyList(Of DataProviderValue)
)
Parameters
- valueList IReadOnlyListDataProviderValue
- The input list of values that should be populated.
Remarks
The list contains the same elements as once defined by the
ValueDescriptions property.
The
ValueDescriptions property is only read once and then buffered by CompreDriveControl.
This is done for consistence and avoiding potential naming conflices.
See Also