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)

屬性值

IEnumerable<String>

拼錯字的拼字建議集合。

適用於