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)

プロパティ値

スペルの正しくない単語のスペル修正候補のコレクション。

適用対象