Freigeben über


SyntaxFacts.IsInvocationOrAddressOfOperand(ExpressionSyntax) Methode

Definition

Gibt true zurück, wenn der Knoten der Operand eines AddressOf-Ausdrucks oder das Objekt eines Aufrufs ist. Dies wird für spezielle Bindungsregeln um die Rückgabewertvariable innerhalb von Funktionen und Eigenschaft get accessors verwendet.

public:
 static bool IsInvocationOrAddressOfOperand(Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionSyntax ^ node);
public static bool IsInvocationOrAddressOfOperand (Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax node);
static member IsInvocationOrAddressOfOperand : Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax -> bool
Public Shared Function IsInvocationOrAddressOfOperand (node As ExpressionSyntax) As Boolean

Parameter

Gibt zurück

Gilt für: