Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
CreateObject
Sie müssen stattdessen den CreateObject -Funktionsaufruf verwenden
You must instead use the CreateObject function call
Bei der CreateObject -Methode müssen Deklaration und Objektinstanziierung in zwei getrennten Schritten erfolgen
With the CreateObject method, the declaration and object instantiation must be two discrete steps
Die Syntax der CreateObject -Funktion besteht aus den folgenden Argumenten
The CreateObject function syntax has these arguments
Verwenden Sie die CreateObject -Funktion, wenn keine aktuelle Instanz vorhanden ist und wenn das Objekt nicht mit einer geladenen Datei gestartet werden soll.
If there is no current instance, and you don't want the object started with a file loaded, use the CreateObject function.
Sie können ein Objekt übergeben, das von der CreateObject -Funktion an eine Funktion zurückgegeben wird, die ein Objekt als Argument erwartet.
You can pass an object returned by the CreateObject function to a function expecting an object as an argument.
Das Instanziieren von Objekten mit der CreateObject -Methode ist normalerweise langsamer als die Verwendung der Dim -Anweisung.
Instantiating objects with the CreateObject method is typically slower than using the Dim statement.
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.
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.
Diese Beispiele verwenden nicht dieselbe CreateObject -Methode, die als Bestandteil des Objektmodells in Outlook implementiert ist.
These examples do not use the same CreateObject method that is implemented as part of the object model in Outlook.
Weder das Application -Objekt, das durch den Aufruf der CreateObject -Methode zurückgegeben wurde, noch seine untergeordneten Objekte, Eigenschaften und Methoden sind vertrauenswürdig.
The Application object returned from calling the CreateObject method and any of its subordinate objects, properties, and methods are not trusted.
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 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.
Aus Anwendungen, die das Schlüsselwort New nicht unterstützen, können Sie eine neue Instanz der Klasse Application mithilfe der CreateObject -Funktion folgendermaßen erstellen
From applications that don't support the New keyword, you can create a new instance of the Application class by using the CreateObject function
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
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 auch die CreateObject -Funktion zusammen mit dem InvisibleApp -Objekt verwenden, um eine neue Instanz auszuführen, die nicht sichtbar ist.
You can also use the CreateObject function with the InvisibleApp object to run a new instance that is invisible.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.