Compartir a través de


SpellingError.Suggestions Propiedad

Definición

Obtiene una lista de los reemplazos de sugerencias de ortografía para la palabra mal escrita.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Suggestions { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> Suggestions { get; }
member this.Suggestions : seq<string>
Public ReadOnly Property Suggestions As IEnumerable(Of String)

Valor de propiedad

Colección de sugerencias de ortografía para la palabra incorrecta.

Se aplica a