IVsDataMappedObjectConversionStep.Apply(Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the conversion specified by the parameters and returns the converted values.
public:
cli::array <System::Object ^> ^ Apply(cli::array <System::Object ^> ^ values);
public object[] Apply (object[] values);
abstract member Apply : obj[] -> obj[]
Public Function Apply (values As Object()) As Object()
Parameters
- values
- Object[]
The underlying values used in the conversion.
Returns
Object[]
An array containing converted values.