Dela via


SyntaxFacts.IsNamedArgumentName(SyntaxNode) Method

Definition

Is the node the name of a named argument of an invocation or object creation expression, but not an attribute.

public:
 static bool IsNamedArgumentName(Microsoft::CodeAnalysis::SyntaxNode ^ node);
public static bool IsNamedArgumentName (Microsoft.CodeAnalysis.SyntaxNode node);
static member IsNamedArgumentName : Microsoft.CodeAnalysis.SyntaxNode -> bool
Public Shared Function IsNamedArgumentName (node As SyntaxNode) As Boolean

Parameters

node
SyntaxNode

Returns

Applies to