Version

IgnoredContent Structure Members

The following tables list the members exposed by IgnoredContent.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyEmpty ignored content which doesn't exist in a parse tree.  
Public Properties
 NameDescription
Public PropertyIsStructuredGets the value indicating whether the ignored content has a sub-tree of SyntaxNode instances representing it.  
Public PropertyLanguageElementGets the language element represented by the ignored content.  
Public PropertyLanguageElementNameGets the name of the language element represented by the ignored content.  
Public PropertySnapshotSpanGets the SnapshotSpan occupied by the IgnoredContent.  
Public PropertySpanGets the TextSpan occupied by the IgnoredContent.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Determines whether the specified object equals this IgnoredContent value.  
Public MethodGetHashCodeGets a hash code for the IgnoredContent value.  
Public MethodGetStructuredNodeGets the SyntaxNode instance representing the root of the structured ignored content tree.  
Public MethodGetTextGets the text of the ignored content.  
Public MethodToStringGets the text of the ignored content.  
Public Operators
public Operator Equality Determines whether two IgnoredContent values are equal.
public Operator Inequality Determines whether two IgnoredContent values are not equal.
See Also