SyntaxNode.GetAnnotatedNodesAndTokens メソッド

定義

オーバーロード

GetAnnotatedNodesAndTokens(SyntaxAnnotation)

指定した注釈を持つすべてのノードとトークンを取得します。

GetAnnotatedNodesAndTokens(String)

指定した注釈の種類の注釈を持つすべてのノードとトークンを取得します。

GetAnnotatedNodesAndTokens(String[])

指定した注釈の種類の注釈を持つすべてのノードとトークンを取得します。

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

指定した注釈を持つすべてのノードとトークンを取得します。

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

パラメーター

annotation
SyntaxAnnotation

戻り値

適用対象

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

指定した注釈の種類の注釈を持つすべてのノードとトークンを取得します。

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

パラメーター

annotationKind
String

戻り値

適用対象

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

指定した注釈の種類の注釈を持つすべてのノードとトークンを取得します。

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNodeOrToken> ^ GetAnnotatedNodesAndTokens(... cli::array <System::String ^> ^ annotationKinds);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNodeOrToken> GetAnnotatedNodesAndTokens (params string[] annotationKinds);
member this.GetAnnotatedNodesAndTokens : string[] -> seq<Microsoft.CodeAnalysis.SyntaxNodeOrToken>
Public Function GetAnnotatedNodesAndTokens (ParamArray annotationKinds As String()) As IEnumerable(Of SyntaxNodeOrToken)

パラメーター

annotationKinds
String[]

戻り値

適用対象