SyntaxNode.HasAnnotations Méthode

Définition

Surcharges

HasAnnotations(IEnumerable<String>)

Détermine si ce nœud a des annotations avec l’un des types d’annotations spécifiques.

HasAnnotations(String)

Détermine si ce nœud a des annotations avec le type d’annotation spécifique.

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

Détermine si ce nœud a des annotations avec l’un des types d’annotations spécifiques.

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

Paramètres

annotationKinds
IEnumerable<String>

Retours

S’applique à

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

Détermine si ce nœud a des annotations avec le type d’annotation spécifique.

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

Paramètres

annotationKind
String

Retours

S’applique à