Dela via


SyntaxFacts.IsInvocationOrAddressOfOperand(ExpressionSyntax) Method

Definition

Returns true if the node is the operand of an AddressOf expression, or the object of an invocation. This is used for special binding rules around the return value variable inside Functions and Property Get accessors.

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

Parameters

Returns

Applies to