Operators.PlusObject(Object) Methode

Definitie

Vertegenwoordigt de Visual Basic unaire plusoperator (+).

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static System::Object ^ PlusObject(System::Object ^ Operand);
public static object PlusObject(object Operand);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")]
public static object? PlusObject(object? Operand);
public static object? PlusObject(object? Operand);
static member PlusObject : obj -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")>]
static member PlusObject : obj -> obj
Public Shared Function PlusObject (Operand As Object) As Object

Parameters

Operand
Object

Verplicht. Elke numerieke expressie.

Retouren

De waarde van Operand. (Het teken van de Operand is ongewijzigd.)

Kenmerken

Opmerkingen

Deze klasse ondersteunt de Visual Basic compiler en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op

Zie ook