SyntaxTrivia.GetAnnotations Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetAnnotations(String) |
Rufen Sie alle Anmerkungen der angegebenen Anmerkungsart ab. |
GetAnnotations(String[]) |
Rufen Sie alle Anmerkungen der angegebenen Anmerkungstypen ab. |
GetAnnotations(String)
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
Rufen Sie alle Anmerkungen der angegebenen Anmerkungsart ab.
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxAnnotation ^> ^ GetAnnotations(System::String ^ annotationKind);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxAnnotation> GetAnnotations (string annotationKind);
member this.GetAnnotations : string -> seq<Microsoft.CodeAnalysis.SyntaxAnnotation>
Public Function GetAnnotations (annotationKind As String) As IEnumerable(Of SyntaxAnnotation)
Parameter
- annotationKind
- String
Gibt zurück
Gilt für:
GetAnnotations(String[])
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
- Quelle:
- SyntaxTrivia.cs
Rufen Sie alle Anmerkungen der angegebenen Anmerkungstypen ab.
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxAnnotation ^> ^ GetAnnotations(... cli::array <System::String ^> ^ annotationKinds);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxAnnotation> GetAnnotations (params string[] annotationKinds);
member this.GetAnnotations : string[] -> seq<Microsoft.CodeAnalysis.SyntaxAnnotation>
Public Function GetAnnotations (ParamArray annotationKinds As String()) As IEnumerable(Of SyntaxAnnotation)
Parameter
- annotationKinds
- String[]
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.