Reflection
MisspelledWord Structure Members
Properties  Methods 


The following tables list the members exposed by MisspelledWord.

Public Constructors
 NameDescription
Public ConstructorMisspelledWord ConstructorConstructor. Returns the suggested word.  
Top
Public Properties
 NameDescription
Public PropertyStartColReturns the starting column of the misspelled word.  
Public PropertyStartRowReturns the starting row of the misspelled word.  
Public PropertySuggestionsReturns a list of suggested spelling corrections for the misspelled word.  
Public PropertyWordReturns the word that was misspelled.  
Top
Public Methods
 NameDescription
Public MethodEqualsCompares two misspelled words for equality.  
Public MethodGetHashCodeServes as the default hash function.  
Public MethodGetTypeGets the System.Type of the current instance. (Inherited from object)
Public MethodToStringReturns the fully qualified type name of this instance. (Inherited from System.ValueType)
Top
Protected Methods
 NameDescription
Protected MethodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodMemberwiseCloneCreates a shallow copy of the current System.Object. (Inherited from object)
Top
Public Operators
public Operator Equality Compares two MisspelledWords for equality.
public Operator Inequality Compares two MisspelledWords for inequality.
Top
See Also