Freigeben über


VisualBasicSyntaxNode.GetDiagnostics Methode

Definition

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die diesen Knoten als Stamm aufweist. Diese Methode filtert keine Diagnose basierend auf Compileroptionen wie nowarn, warnaserror usw.

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

Gibt zurück

Gilt für: