SyntaxFacts.IsInvocationOrAddressOfOperand(ExpressionSyntax) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
- node
- ExpressionSyntax