Version

Search Results

GetHashCode Method (IgnoredContent)

Gets a hash code for the IgnoredContent value. Syntax Return Value A hash code for the IgnoredContent value.

GetStructuredNode Method

Gets the SyntaxNode instance representing the root of the structured ignored content tree. Syntax Return Value A SyntaxNode instance for the structured ignored content or null for simple ignored content.

GetText Method (IgnoredContent)

Gets the text of the ignored content. Syntax

IsStructured Property

Gets the value indicating whether the ignored content has a sub-tree of SyntaxNode instances representing it. Syntax

LanguageElement Property (IgnoredContent)

Gets the language element represented by the ignored content. Syntax

LanguageElementName Property (IgnoredContent)

Gets the name of the language element represented by the ignored content. Syntax

Equality Operator (IgnoredContent)

Determines whether two IgnoredContent values are equal. Syntax Parameters ignoredContent1 ignoredContent2 Return Value True if the values are equal; False otherwise.

Inequality Operator (IgnoredContent)

Determines whether two IgnoredContent values are not equal. Syntax Parameters ignoredContent1 ignoredContent2 Return Value True if the values are not equal; False otherwise.

SnapshotSpan Property (IgnoredContent)

Gets the SnapshotSpan occupied by the IgnoredContent. Syntax Property Value A SnapshotSpan that represents the position of the ignored content.

Span Property (IgnoredContent)

Gets the TextSpan occupied by the IgnoredContent. Syntax Property Value A TextSpan that represents the position of the ignored content.