Share via


SpellingError.Suggestions 属性

定义

获取拼错的字的建议拼写替换列表。

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)

属性值

拼错的字的拼写建议集合。

适用于