SpellingError.Suggestions Propriété

Définition

Obtient une liste de corrections orthographiques suggérées pour le mot mal orthographié.

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)

Valeur de propriété

Collection des suggestions orthographiques pour le mot mal orthographié.

S’applique à