Version

IgnoredContentList Structure Members

The following tables list the members exposed by IgnoredContentList.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyAn empty ignored content list which doesn't exist in a parse tree.  
Public Properties
 NameDescription
Public PropertyCountGets the number of IgnoredContent values in the list.  
Public PropertyItemGets the IgnoredContent at the specified index.  
Public PropertySnapshotSpanGets the SnapshotSpan occupied by the IgnoredContent.  
Public PropertySpanGets the TextSpan occupied by the IgnoredContentList.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Determines whether the specified object equals this IgnoredContentList value.  
Public MethodGetEnumeratorGets an enumerator which returns all IgnoredContent in the list.  
Public MethodGetHashCodeGets a hash code for the IgnoredContentList value.  
Public MethodGetTextGets the text of the ignored content.  
Public MethodToStringGets the text of the ignored content.  
Public Operators
public Operator Equality Determines whether two IgnoredContentList values are equal.
public Operator Inequality Determines whether two IgnoredContentList values are not equal.
See Also