SyntaxAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A SyntaxAnnotation is used to annotate syntax elements with additional information.
Since syntax elements are immutable, annotating them requires creating new instances of them with the annotations attached.
public ref class SyntaxAnnotation sealed : IEquatable<Microsoft::CodeAnalysis::SyntaxAnnotation ^>
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public sealed class SyntaxAnnotation : IEquatable<Microsoft.CodeAnalysis.SyntaxAnnotation>
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")>]
type SyntaxAnnotation = class
interface IEquatable<SyntaxAnnotation>
Public NotInheritable Class SyntaxAnnotation
Implements IEquatable(Of SyntaxAnnotation)
- Inheritance
-
SyntaxAnnotation
- Attributes
- Implements
Constructors
SyntaxAnnotation() | |
SyntaxAnnotation(String, String) | |
SyntaxAnnotation(String) |
Properties
Data | |
ElasticAnnotation |
A predefined syntax annotation that indicates whether the syntax element has elastic trivia. |
Kind |
Methods
Equals(Object) | |
Equals(SyntaxAnnotation) | |
GetHashCode() |
Operators
Equality(SyntaxAnnotation, SyntaxAnnotation) | |
Inequality(SyntaxAnnotation, SyntaxAnnotation) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.