Applies the conversion specified by the parameters and returns the converted values.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Function Apply ( _
values As Object() _
) As Object()
'使用
Dim instance As IVsDataMappedObjectConversionStep
Dim values As Object()
Dim returnValue As Object()
returnValue = instance.Apply(values)
Object[] Apply(
Object[] values
)
array<Object^>^ Apply(
array<Object^>^ values
)
function Apply(
values : Object[]
) : Object[]
Parameters
values
Type: []The underlying values used in the conversion.
Return Value
Type: []
An array containing converted values.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataMappedObjectConversionStep Interface