Compartir a través de


SyntaxToken.HasAnnotations Método

Definición

Sobrecargas

HasAnnotations(String)

True si este token tiene anotaciones del tipo de anotación especificado.

HasAnnotations(String[])

True si este token tiene anotaciones de los tipos de anotación especificados.

HasAnnotations(String)

Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs

True si este token tiene anotaciones del tipo de anotación especificado.

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

Parámetros

annotationKind
String

Devoluciones

Se aplica a

HasAnnotations(String[])

Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs

True si este token tiene anotaciones de los tipos de anotación especificados.

public:
 bool HasAnnotations(... cli::array <System::String ^> ^ annotationKinds);
public bool HasAnnotations (params string[] annotationKinds);
member this.HasAnnotations : string[] -> bool
Public Function HasAnnotations (ParamArray annotationKinds As String()) As Boolean

Parámetros

annotationKinds
String[]

Devoluciones

Se aplica a