EditingCommands.IgnoreSpellingError 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 IgnoreSpellingError 命令,這個命令會要求忽略任何在目前位置或目前選取範圍中有拼錯字的項目。
public:
static property System::Windows::Input::RoutedUICommand ^ IgnoreSpellingError { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand IgnoreSpellingError { get; }
static member IgnoreSpellingError : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property IgnoreSpellingError As RoutedUICommand
屬性值
所要求的命令。 這個命令沒有預設按鍵動作。
備註
在任何指定的 物件上,不一定有回應此命令的實際實作;在許多情況下,回應命令的實作是應用程式寫入器的責任。
XAML Attribute Usage
<object property="IgnoreSpellingError"/>