Operators.PlusObject(Object) Metode

Definisi

Mewakili operator Visual Basic unary plus (+).

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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. Ekpresi numerik apa pun.

Mengembalikan

Nilai Operand. (Tanda Operand tidak berubah.)

Atribut

Keterangan

Kelas ini mendukung pengkompilasi Visual Basic dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

Berlaku untuk

Lihat juga