Version

Search Results

Equals(IgnoredContentList) Method

Determines whether the specified value equals this IgnoredContentList value. Syntax Parameters other The IgnoredContentList value to test for equality. Return Value True if other has the same values; False otherwise.

Equals(Object) Method

Determines whether the specified object equals this IgnoredContentList value. Syntax Parameters obj The object to test for equality. Return Value True if obj is another IgnoredContentList with the same values; False otherwise.

Equals Method (IgnoredContentList)

Determines whether the specified object equals this IgnoredContentList value. Overload List

GetEnumerator Method

Gets an enumerator which returns all IgnoredContent in the list. Syntax

GetHashCode Method (IgnoredContentList)

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

GetText Method (IgnoredContentList)

Gets the text of the ignored content. Syntax

Item Property (IgnoredContentList)

Gets the IgnoredContent at the specified index. Syntax Parameters index The 0-based index of the IgnoredContent value to get. Property Value A IgnoredContent value represented the item at the specified index. Exceptions Exception Description System.ArgumentOutOfRangeException Occurs when index is less than 0 or gr...

Equality Operator (IgnoredContentList)

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

Inequality Operator (IgnoredContentList)

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

SnapshotSpan Property (IgnoredContentList)

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