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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.