Version

NodeDiagnostic Structure Members

The following tables list the members exposed by NodeDiagnostic.

Public Properties
 NameDescription
Public PropertyMessageGets the message associated with the error.  
Public PropertyNodeGets the SyntaxNode with which the error is associated.  
Public PropertySeverityGets the severity level of the diagnostic message.  
Public PropertySnapshotSpanGets the SnapshotSpan indicating the location of the error.  
Public PropertySpanGets the TextSpan indicating the location of the error.  
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the specified object equals this NodeDiagnostic value.  
Public MethodGetHashCodeGets a hash code for the NodeDiagnostic value.  
Public MethodToStringGets a string representation of the error.  
Public Operators
public Operator Equality Determines whether two NodeDiagnostic values are equal.
public Operator Inequality Determines whether two NodeDiagnostic values are not equal.
See Also