EditingCommands.CorrectSpellingError 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 위치에서 철자가 잘못된 단어를 수정하도록 요청하는 CorrectSpellingError 명령을 나타냅니다.
public:
static property System::Windows::Input::RoutedUICommand ^ CorrectSpellingError { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand CorrectSpellingError { get; }
member this.CorrectSpellingError : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property CorrectSpellingError As RoutedUICommand
속성 값
요청된 명령입니다. 이 명령에는 기본 키 제스처가 없습니다.
설명
없는 반드시; 지정된 된 개체에서이 명령에 응답 하는 실제 구현 대부분의 명령에 응답 하는 구현은 애플리케이션 개발자의 책임입니다.
XAML 특성 사용
<object property="CorrectSpellingError"/>