SyntaxNode.HasAnnotations Methode

Definition

Überlädt

HasAnnotations(IEnumerable<String>)

Bestimmt, ob dieser Knoten anmerkungen mit einer der spezifischen Anmerkungstypen hat.

HasAnnotations(String)

Bestimmt, ob dieser Knoten Anmerkungen mit der spezifischen Anmerkungsart aufweist.

HasAnnotations(IEnumerable<String>)

Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs

Bestimmt, ob dieser Knoten anmerkungen mit einer der spezifischen Anmerkungstypen hat.

public:
 bool HasAnnotations(System::Collections::Generic::IEnumerable<System::String ^> ^ annotationKinds);
public bool HasAnnotations (System.Collections.Generic.IEnumerable<string> annotationKinds);
member this.HasAnnotations : seq<string> -> bool
Public Function HasAnnotations (annotationKinds As IEnumerable(Of String)) As Boolean

Parameter

annotationKinds
IEnumerable<String>

Gibt zurück

Gilt für:

HasAnnotations(String)

Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs
Source:
SyntaxNode.cs

Bestimmt, ob dieser Knoten Anmerkungen mit der spezifischen Anmerkungsart aufweist.

public:
 bool HasAnnotations(System::String ^ annotationKind);
public bool HasAnnotations (string annotationKind);
member this.HasAnnotations : string -> bool
Public Function HasAnnotations (annotationKind As String) As Boolean

Parameter

annotationKind
String

Gibt zurück

Gilt für: