Operators.NotObject(Object) Methode

Definitie

Vertegenwoordigt de operator Visual Basic Not.

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

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

Parameters

Operand
Object

Verplicht. Een Boolean of meer numerieke expressies.

Retouren

Voor Boolean bewerkingen, False indien Operand van True, anders , True. Voor bitsgewijze bewerkingen 1 als Operand dit 0 is; anders 0.

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