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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.