Compartilhar via


SyntaxNode.GetAnnotatedTokens Método

Definição

Sobrecargas

GetAnnotatedTokens(SyntaxAnnotation)

Obtém todos os tokens com a anotação especificada.

GetAnnotatedTokens(String)

Obtém todos os tokens com o tipo de anotação especificado.

GetAnnotatedTokens(SyntaxAnnotation)

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

Obtém todos os tokens com a anotação especificada.

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxToken> ^ GetAnnotatedTokens(Microsoft::CodeAnalysis::SyntaxAnnotation ^ syntaxAnnotation);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxToken> GetAnnotatedTokens (Microsoft.CodeAnalysis.SyntaxAnnotation syntaxAnnotation);
member this.GetAnnotatedTokens : Microsoft.CodeAnalysis.SyntaxAnnotation -> seq<Microsoft.CodeAnalysis.SyntaxToken>
Public Function GetAnnotatedTokens (syntaxAnnotation As SyntaxAnnotation) As IEnumerable(Of SyntaxToken)

Parâmetros

syntaxAnnotation
SyntaxAnnotation

Retornos

Aplica-se a

GetAnnotatedTokens(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

Obtém todos os tokens com o tipo de anotação especificado.

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxToken> ^ GetAnnotatedTokens(System::String ^ annotationKind);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxToken> GetAnnotatedTokens (string annotationKind);
member this.GetAnnotatedTokens : string -> seq<Microsoft.CodeAnalysis.SyntaxToken>
Public Function GetAnnotatedTokens (annotationKind As String) As IEnumerable(Of SyntaxToken)

Parâmetros

annotationKind
String

Retornos

Aplica-se a