Examples with "AsObject" 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.
AsObject: Devuelve o establece el valor con el tipo object genérico.
AsObject: Gets or sets the value from a generic object value.
AsInt, AsDouble, AsColor, AsString, AsBool: Devuelven el valor convertido al tipo de datos correspondiente o lo establecen a partir de un objeto del tipo correspondiente. AsObject: Devuelve o establece el valor con el tipo object genérico.
With the AsInt, AsDouble, AsString, AsBool, and AsColor properties, you can get the value of the expression with different data types, and PreferredType is the native data type of the expression.
Andere resultaten
NSObject que obtendrá la info del push enviada a través del EMMA dashboard.
NSObject that will obtain push info sent through eMMa dashboard.
Primero invocamos el inicializador de la superclase, NSObject.
We first invoke the initializer of the superclass, NSObject.
Con OLE, pueden considerarse todos los datos de asobjects.
With OLE, all data can be thought of asobjects.
Asegúrese de que la Subclase de esté configurada en NSObject y presione Siguiente.
Make sure Subclass of is set to NSObject and press Next.
Dado que anObject está vació, el nuevo objeto estará vacío.
Since anObject is empty, the new object will also be empty.
Clase A objeto se crea primero utilizando el método alloc/ init disponible en NSObject.
Class A object is first created using alloc/init method available in NSObject.
NSObject es la clase base de todos los objetos, incluyendo las clases del kit fundación.
NSObject is the base class of all objects including the foundation kit classes.
Como era de esperar, la superclase de Book es NSObject.
Unsurprisingly, the superclass of Book is NSObject.
Salidas PSObject Receive-Job devuelve los resultados de los comandos del trabajo.
PSObject Receive-Job returns the results of the commands in the job.
En Objective-C, todas las clases se derivan de la clase base llamada NSObject.
In Objective-C, all classes are derived from the base class called NSObject.
El ejemplo también ilustra que NSString hereda de NSObject mientras que String no lo hace.
The example also illustrates that NSString inherits from NSObject while String doesn't.