Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Function Apply ( _
values As Object() _
) As Object()
Object[] Apply(
Object[] values
)
array<Object^>^ Apply(
array<Object^>^ values
)
abstract Apply :
values:Object[] -> Object[]
function Apply(
values : Object[]
) : Object[]
Parameters
values
Type: array<System.Object[]The underlying values used in the conversion.
Return Value
Type: array<System.Object[]
An array containing converted values.
.NET Framework Security
- 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.