Operators.PlusObject(Object) Metoda

Definice

Představuje Visual Basic unární operátor plus (+).

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

Operand
Object

Required. Libovolný číselný výraz.

Návraty

Hodnota Operand. (Znaménko je Operand beze změny.)

Atributy

Poznámky

Tato třída podporuje kompilátor jazyka Visual Basic a není určena k použití přímo z vašeho kódu.

Platí pro

Viz také