Returns the number of misspelled words with a special meaning from the collection.

Introduced: X8.

GetCount(MisspelledWordKind)

public int GetCount(MisspelledWordKind kind);
Public Function GetEnumerator() As IEnumerator

Parameters

Parameter Description
kind Specifies the word's kind. It must be one or more values of the MisspelledWordKind enumeration.

Return Value

The return value is an IEnumerator that represents the collection.