TextCompositionManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
입력 및 텍스트 컴퍼지션과 관련된 이벤트를 관리하기 위한 기능을 제공합니다.
public ref class TextCompositionManager sealed : System::Windows::Threading::DispatcherObject
public sealed class TextCompositionManager : System.Windows.Threading.DispatcherObject
type TextCompositionManager = class
inherit DispatcherObject
Public NotInheritable Class TextCompositionManager
Inherits DispatcherObject
- 상속
필드
| Name | Description |
|---|---|
| PreviewTextInputEvent |
연결된 이벤트를 식별합니다 PreviewTextInput . |
| PreviewTextInputStartEvent |
연결된 이벤트를 식별합니다 PreviewTextInputStart . |
| PreviewTextInputUpdateEvent |
연결된 이벤트를 식별합니다 PreviewTextInputUpdate . |
| TextInputEvent |
연결된 이벤트를 식별합니다 TextInput . |
| TextInputStartEvent |
연결된 이벤트를 식별합니다 TextInputStart . |
| TextInputUpdateEvent |
연결된 이벤트를 식별합니다 TextInputUpdate . |
속성
| Name | Description |
|---|---|
| Dispatcher |
연결된 이 값을 DispatcherDispatcherObject 가져옵니다. (다음에서 상속됨 DispatcherObject) |
메서드
연결된 이벤트
| Name | Description |
|---|---|
| PreviewTextInput |
완료될 때 TextComposition 발생합니다. |
| PreviewTextInputStart |
새 TextComposition 작업이 시작될 때 발생합니다. |
| PreviewTextInputUpdate |
업데이트할 때 TextComposition 발생합니다. |
| TextInput |
완료될 때 TextComposition 발생합니다. |
| TextInputStart |
새 TextComposition 작업이 시작될 때 발생합니다. |
| TextInputUpdate |
업데이트할 때 TextComposition 발생합니다. |