Freigeben über


AnnotationExtensions.WithAdditionalAnnotations Methode

Definition

Überlädt

WithAdditionalAnnotations<TNode>(TNode, SyntaxAnnotation[])

Erstellt einen neuen Knoten mit diesem Knoten mit den angegebenen Anmerkungen, die angefügt sind.

WithAdditionalAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>)

Erstellt einen neuen Knoten mit diesem Knoten mit den angegebenen Anmerkungen, die angefügt sind.

WithAdditionalAnnotations<TNode>(TNode, SyntaxAnnotation[])

Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs

Erstellt einen neuen Knoten mit diesem Knoten mit den angegebenen Anmerkungen, die angefügt sind.

public:
generic <typename TNode>
 where TNode : Microsoft::CodeAnalysis::SyntaxNode[System::Runtime::CompilerServices::Extension]
 static TNode WithAdditionalAnnotations(TNode node, ... cli::array <Microsoft::CodeAnalysis::SyntaxAnnotation ^> ^ annotations);
public static TNode WithAdditionalAnnotations<TNode> (this TNode node, params Microsoft.CodeAnalysis.SyntaxAnnotation[] annotations) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
static member WithAdditionalAnnotations : 'Node * Microsoft.CodeAnalysis.SyntaxAnnotation[] -> 'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
<Extension()>
Public Function WithAdditionalAnnotations(Of TNode As SyntaxNode) (node As TNode, ParamArray annotations As SyntaxAnnotation()) As TNode

Typparameter

TNode

Parameter

node
TNode

Originalknoten.

annotations
SyntaxAnnotation[]

Anmerkungen, die dem neuen Knoten hinzugefügt werden sollen.

Gibt zurück

TNode

Gilt für:

WithAdditionalAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>)

Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs
Quelle:
AnnotationExtensions.cs

Erstellt einen neuen Knoten mit diesem Knoten mit den angegebenen Anmerkungen, die angefügt sind.

public:
generic <typename TNode>
 where TNode : Microsoft::CodeAnalysis::SyntaxNode[System::Runtime::CompilerServices::Extension]
 static TNode WithAdditionalAnnotations(TNode node, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxAnnotation ^> ^ annotations);
public static TNode WithAdditionalAnnotations<TNode> (this TNode node, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxAnnotation> annotations) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
static member WithAdditionalAnnotations : 'Node * seq<Microsoft.CodeAnalysis.SyntaxAnnotation> -> 'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
<Extension()>
Public Function WithAdditionalAnnotations(Of TNode As SyntaxNode) (node As TNode, annotations As IEnumerable(Of SyntaxAnnotation)) As TNode

Typparameter

TNode

Parameter

node
TNode

Originalknoten.

annotations
IEnumerable<SyntaxAnnotation>

Anmerkungen, die dem neuen Knoten hinzugefügt werden sollen.

Gibt zurück

TNode

Gilt für: