Examples with "estilo-array" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Function.apply() puede aceptar cualquier objeto estilo-array como lista de argumentos, en lugar de solo arrays reales.
Function.apply() can accept any array-like object as the arguments list, instead of only true arrays.
Andere resultaten
Muchos objetos COM exponen sus propiedades como arrays, o usan el acceso estilo array.
Many COM objects expose their properties as arrays, or using array-style access.
Si una propiedad estilo array implementa IEnumVariant, también se puede usar foreach para esa property; eche un vistazo a For Each para más información sobre este tema.
If an array-style property implements IEnumVariant then you can also use foreach for that property too; take a look at For Each for more information on this topic.
Incluso puedes tener acceso estilo array si defines los métodos [] y []=.
You can even have array-style access if you define the [] and []= methods.
A diferencia de un array estilo C, no decae a T* automáticamente.
Si no hay un array estilo de fuente asociado con el list box o columna, se creará de forma dinámica cuando se llama a este comando.
If there is no font style array associated with the list box or column, one will be created dynamically when this command is called.
En otras palabras, la ejecución del comando tiene el mismo efecto, en este caso, como modificación de un elemento del array estilo de fuente.
In other words, executing the command has the same effect, in this case, as modifying an element of the font style array.
La estructura combina el rendimiento y la accesibilidad de un array estilo C con los beneficios de un contenedor estándar, tales como el conocimiento de su propio tamaño, soportando asignación, iteradores de acceso aleatorio, etc.
The struct combines the performance and accessibility of a C-style array with the benefits of a standard container, such as knowing its own size, supporting assignment, random access iterators, etc.
Por ejemplo, si define un estilo de caracteres en las propiedades del list box y otro utilizando un array de estilo para la columna, se tendrá en cuenta este último.
For example, if you set a font style in the list box properties and another using a style array for the column, the latter one will be taken into account.
Nota: dado que los estilos de array para las columnas tienen prioridad sobre los de los list boxes, al aplicar este comando a un list box, solo tendrá efecto si no hay estilo de array asignado a las columnas.
Note: Since style arrays for columns take priority over the ones for list boxes, when this command is applied to a list box, it will only have an effect if no style array has been assigned to the columns.