Operators.PlusObject(Object) Methode

Definition

Represents the Visual Basic unary plus (+) operator.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

Operand
Object

Required. Ein beliebiger numerischer Ausdruck.

Gibt zurück

Der Wert von Operand. (Das Vorzeichen der Datei Operand ist unverändert.)

Attribute

Hinweise

Diese Klasse unterstützt den Visual Basic-Compiler und ist nicht für die direkte Verwendung aus Dem Code vorgesehen.

Gilt für:

Weitere Informationen