Vertaling van "createObject" 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.
You must instead use the CreateObject function call
With the CreateObject method, the declaration and object instantiation must be two discrete steps
Bei der CreateObject -Methode müssen Deklaration und Objektinstanziierung in zwei getrennten Schritten erfolgen
An ObjectProxy object represents a server, and is returned by the createObject method of the DataSpace object. The ObjectProxy class has one method, call, which can invoke a method on the server and return an object resulting from that invocation.
Ein ObjectProxy -Objekt stellt einen Server dar und wird von der createObject -Methode des DataSpace -Objekts zurückgegeben. Die ObjectProxy -Klasse besitzt eine call -Methode, die eine Methode auf dem Server aufrufen und ein aus diesem Aufruf resultierendes Objekt zurückgeben kann.
An ObjectProxy object represents a server, and is returned by the createObject method of the DataSpace object.
Ein ObjectProxy -Objekt stellt einen Server dar und wird von der createObject -Methode des DataSpace -Objekts zurückgegeben.
The CreateObject function syntax has these arguments
Die Syntax der CreateObject -Funktion besteht aus den folgenden Argumenten
If there is no current instance, and you don't want the object started with a file loaded, use the CreateObject function.
Verwenden Sie die CreateObject -Funktion, wenn keine aktuelle Instanz vorhanden ist und wenn das Objekt nicht mit einer geladenen Datei gestartet werden soll.
You can pass an object returned by the CreateObject function to a function expecting an object as an argument.
Sie können ein Objekt übergeben, das von der CreateObject -Funktion an eine Funktion zurückgegeben wird, die ein Objekt als Argument erwartet.
Instantiating objects with the CreateObject method is typically slower than using the Dim statement.
Das Instanziieren von Objekten mit der CreateObject -Methode ist normalerweise langsamer als die Verwendung der Dim -Anweisung.
If you create a new Application object - for example, by using the CreateObject method - that object and any of its subordinate objects, properties, and methods will not be trusted and the blocked properties and methods will raise security warnings.
Wenn Sie ein neues Application -Objekt erstellen, beispielsweise mithilfe der CreateObject -Methode, wird diesem Objekt und allen ihm untergeordneten Objekten, Eigenschaften und Methoden nicht vertraut, und die gesperrten Eigenschaften und Methoden lösen Sicherheitswarnungen aus.
These examples do not use the same CreateObject method that is implemented as part of the object model in Outlook.
Diese Beispiele verwenden nicht dieselbe CreateObject -Methode, die als Bestandteil des Objektmodells in Outlook implementiert ist.
The Application object returned from calling the CreateObject method and any of its subordinate objects, properties, and methods are not trusted.
Weder das Application -Objekt, das durch den Aufruf der CreateObject -Methode zurückgegeben wurde, noch seine untergeordneten Objekte, Eigenschaften und Methoden sind vertrauenswürdig.
You can use the New keyword or the CreateObject method to create a new instance of a component. You can use the GetObject method to assign a variable to an existing instance of a component.
Sie können das Schlüsselwort New oder die CreateObject -Methode verwenden, um eine neue Instanz einer Komponente zu erstellen. Mit der GetObject -Methode können Sie einer vorhandenen Instanz einer Komponente eine Variable zuweisen.
You can pass an object returned by the CreateObject function to a function expecting an object as an argument. For example, the following code creates and passes a reference to a Excel.Application object
Sie können ein Objekt übergeben, das von der CreateObject -Funktion an eine Funktion zurückgegeben wird, die ein Objekt als Argument erwartet. Beispielsweise wird durch den folgenden Code ein Verweis auf ein Excel.Application -Objekt erstellt und übergeben