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>

맞춤법이 틀린 단어에 대한 추천 단어의 컬렉션입니다.

적용 대상