Examples with "System.Void" 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.
Arrays von System.Void werden nicht unterstützt.
Erstellt einen Knoten der Ausdrucksbaumstruktur für einen neuen Ausdruck, der "System.Void" Typ verwendet, der Ausdrucksstrukturknoten erstellt.
You construct an expression tree node for a new expression that uses the "System.Void" type, the expression tree node is constructed.
Andere resultaten
Legt den Wert für die angegebene Spalte unter Verwendung eines System.Guid-Objekts fest
Sets the value for the specified column using a System.Guid.
1.Rad-Mitte Antrieb system.solid Universalgelenk cups.high Leistung volle Kugellager.
Two wheel centre drive system.solid universal joint cups.high performance full ball bearing.
System.Byte[] oder System.Guid, wenn die Größe 16 ist
Prüft, ob eine neue UUID (System.Guid) als Standardwert für die angegebene Spalte festgelegt ist
Checks whether the specified column's default is set to a new UUID (System.Guid).
Wenn jedoch Runtime-Inhalt veröffentlicht wird, hat der zurückgegebene GlobalID-Wert das System.GUID-Format, und die Guid.ToString-Methode speichert die Werte standardmäßig in Kleinbuchstaben.
However, when runtime content is published, the returned GlobalID is in the System.GUID format, and the Guid.ToString method stores the values in lowercase by default.
Generiert eine neue UUID (System.Guid)
Generates a new UUID (System.Guid).
2 Zugegebenermaßen könnten sich die ADP-IDs in Zukunft ändern und nicht mehr länger mit der System.GUID übereinstimmen, was eine signifikante Umgestaltung der.NET-API erforderlich machen würde.
2 Arguably, the ADP ID's could change in the future and would no longer match a System.Guid, in which case that would cause a breaking change in the.NET API.
Eine neue UUID als System.Guid
Es ist allerdings möglich, die plattformspezifische Bibliothek bewusst im Voraus abzurufen, um das API mit einem System.load() Aufruf anzusteuern, worin der ganze (absolute) Pfad der plattformspezifischen Bibliothek spezifiziert werden muss.
It is, however, possible to intentionally call up the platform-specific library in advance to activate the API by means of a System.load() call; the call must specify the complete (absolute) path of the platform-specific library.
Zuerst habe ich System.Guid als gültigen Rückgabetyp (d. h. nicht als Referenz, „GUID^") verwendet, da es sich um eine Struktur und nicht um eine Klasse handelt.
First, I used System.Guid as a value return type (i.e. not a reference, "Guid^") because it's a struct, not a class.