Vertaling van "App object" in Duits
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.
For example, a cube has properties that define it, (like width, length, height) that are stored in an App object, and representation properties, (like faces color, drawing mode) that are stored in a corresponding Gui object.
Zum Beispiel hat ein Würfel Eigenschaften, um ihn zu definieren, wie Breite, Länge, Höhe, die in einem App-Objekt gespeichert sind, und Darstellung-Eigenschaften, wie Flächen-Farbe, Zeichnen-Modus, die in einem entsprechenden GUI-Objekt gespeichert sind.
For every App object in your document, there exists a corresponding Gui object.
Für jedes App-Objekt in Ihrem Dokument, existiert ein entsprechendes GUI-Objekt.
After you run the InitializeApp procedure, the App object in the class module points to the Microsoft Excel Application object, and the event procedures in the class module will run when the events occur.
Nachdem die InitializeApp -Prozedur ausgeführt wurde, zeigt das App -Objekt im Klassenmodul auf das Application -Objekt von Microsoft Excel, und die Ereignisprozeduren im Klassenmodul werden ausgeführt, wenn die Ereignisse auftreten.
Run the InitializeApp procedure. After the procedure is run, the App object in the class module points to the Microsoft PowerPoint Application object, and the event procedures in the class module will run when the events occur.
Nach dem Ausführen der Prozedur InitializeApp verweist das App -Objekt im neuen Klassenmodul auf das Microsoft PowerPoint Application -Objekt, und beim Eintreten der Ereignisse werden die entsprechenden Ereignisprozeduren in diesem Klassenmodul ausgeführt.
Code in the Microsoft Visual Basic for Applications (VBA) project of a Visio document can use the Visio global object instead of a Visio Invisible App object to retrieve other objects.
Im Code des VBA-Projekts (Microsoft Visual Basic für Applikationen) eines Visio-Dokuments kann das globale Visio-Objekt anstelle eines InvisibleApp -Objekts in Visio zum Abrufen anderer Objekte verwendet werden.
You have to place a menu module at the position top-menu and you can e.g. show the site name from the $app object
Sie müssen ein Menü Modul an die Stelle top-menu positionieren und können beispielsweise den Seitennamen aus dem $app Objekt anzeigen.
Next, you set up the Slim router by creating an instance of the Slim app object and setting the error handler.
Als Nächstes richten Sie den Slim-Router ein, indem Sie eine Instanz des Slim-App-Objekts erstellen und den Fehlerbehandler festlegen.
It is not a valid Express 4 app object, so remove the app.use(app.router); code.
Sie ist kein gĂĽltiges Express 4-Anwendungsobjekt. Entfernen Sie also den Code app.use(app.router);.