Freigeben über


VisualBasicSyntaxTree.GetDiagnostics Methode

Definition

Überlädt

GetDiagnostics(SyntaxNode)

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm aufweist.

GetDiagnostics(SyntaxNodeOrToken)

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm oder zugeordnet mit dem Token und seinen verwandten Trivia hat.

GetDiagnostics(SyntaxToken)

Ruft eine Liste aller Diagnosen ab, die dem Token und allen verwandten Trivia zugeordnet sind.

GetDiagnostics(SyntaxTrivia)

Ruft eine Liste aller Diagnosen ab, die der Trivia zugeordnet sind.

GetDiagnostics(CancellationToken)

Ruft eine Liste aller Diagnosen in der Syntaxstruktur ab.

GetDiagnostics(SyntaxNode)

Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm aufweist.

public:
 override System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxNode ^ node);
public override System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxNode node);
override this.GetDiagnostics : Microsoft.CodeAnalysis.SyntaxNode -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public Overrides Function GetDiagnostics (node As SyntaxNode) As IEnumerable(Of Diagnostic)

Parameter

node
SyntaxNode

Gibt zurück

Hinweise

Diese Methode filtert keine Diagnose basierend auf Compileroptionen wie /nowarn, /warnaserror usw.

Gilt für:

GetDiagnostics(SyntaxNodeOrToken)

Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm oder zugeordnet mit dem Token und seinen verwandten Trivia hat.

public:
 override System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxNodeOrToken nodeOrToken);
public override System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxNodeOrToken nodeOrToken);
override this.GetDiagnostics : Microsoft.CodeAnalysis.SyntaxNodeOrToken -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public Overrides Function GetDiagnostics (nodeOrToken As SyntaxNodeOrToken) As IEnumerable(Of Diagnostic)

Parameter

nodeOrToken
SyntaxNodeOrToken

Gibt zurück

Hinweise

Diese Methode filtert keine Diagnose basierend auf Compileroptionen wie /nowarn, /warnaserror usw.

Gilt für:

GetDiagnostics(SyntaxToken)

Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb

Ruft eine Liste aller Diagnosen ab, die dem Token und allen verwandten Trivia zugeordnet sind.

public:
 override System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxToken token);
public override System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxToken token);
override this.GetDiagnostics : Microsoft.CodeAnalysis.SyntaxToken -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public Overrides Function GetDiagnostics (token As SyntaxToken) As IEnumerable(Of Diagnostic)

Parameter

token
SyntaxToken

Gibt zurück

Hinweise

Diese Methode filtert keine Diagnose basierend auf Compileroptionen wie /nowarn, /warnaserror usw.

Gilt für:

GetDiagnostics(SyntaxTrivia)

Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb

Ruft eine Liste aller Diagnosen ab, die der Trivia zugeordnet sind.

public:
 override System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxTrivia trivia);
public override System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxTrivia trivia);
override this.GetDiagnostics : Microsoft.CodeAnalysis.SyntaxTrivia -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public Overrides Function GetDiagnostics (trivia As SyntaxTrivia) As IEnumerable(Of Diagnostic)

Parameter

trivia
SyntaxTrivia

Gibt zurück

Hinweise

Diese Methode filtert keine Diagnose basierend auf Compileroptionen wie /nowarn, /warnaserror usw.

Gilt für:

GetDiagnostics(CancellationToken)

Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb
Quelle:
VisualBasicSyntaxTree.vb

Ruft eine Liste aller Diagnosen in der Syntaxstruktur ab.

public override System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (System.Threading.CancellationToken cancellationToken = default);
override this.GetDiagnostics : System.Threading.CancellationToken -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public Overrides Function GetDiagnostics (Optional cancellationToken As CancellationToken = Nothing) As IEnumerable(Of Diagnostic)

Parameter

cancellationToken
CancellationToken

Gibt zurück

Hinweise

Diese Methode filtert keine Diagnose basierend auf Compileroptionen wie /nowarn, /warnaserror usw.

Gilt für: