TextCompositionManager 클래스

정의

입력 및 텍스트 컴퍼지션과 관련된 이벤트를 관리하기 위한 기능을 제공합니다.

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
상속
TextCompositionManager

필드

Name Description
PreviewTextInputEvent

연결된 이벤트를 식별합니다 PreviewTextInput .

PreviewTextInputStartEvent

연결된 이벤트를 식별합니다 PreviewTextInputStart .

PreviewTextInputUpdateEvent

연결된 이벤트를 식별합니다 PreviewTextInputUpdate .

TextInputEvent

연결된 이벤트를 식별합니다 TextInput .

TextInputStartEvent

연결된 이벤트를 식별합니다 TextInputStart .

TextInputUpdateEvent

연결된 이벤트를 식별합니다 TextInputUpdate .

속성

Name Description
Dispatcher

연결된 이 값을 DispatcherDispatcherObject 가져옵니다.

(다음에서 상속됨 DispatcherObject)

메서드

Name Description
AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 PreviewTextInput 처리기를 추가합니다.

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 PreviewTextInputStart 처리기를 추가합니다.

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 PreviewTextInputUpdate 처리기를 추가합니다.

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 TextInput 처리기를 추가합니다.

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 TextInputStart 처리기를 추가합니다.

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 TextInputUpdate 처리기를 추가합니다.

CheckAccess()

호출 스레드에 이 DispatcherObject액세스 권한이 있는지 여부를 확인합니다.

(다음에서 상속됨 DispatcherObject)
CompleteComposition(TextComposition)

지정된 텍스트 컴퍼지션을 완료합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 PreviewTextInput 처리기를 제거합니다.

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 TextInputStart 처리기를 제거합니다.

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 PreviewTextInputUpdate 처리기를 제거합니다.

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 TextInput 처리기를 제거합니다.

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 TextInputStart 처리기를 제거합니다.

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

연결된 이벤트에 대한 TextInputUpdate 처리기를 제거합니다.

StartComposition(TextComposition)

지정된 텍스트 컴퍼지션을 시작합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
UpdateComposition(TextComposition)

지정된 텍스트 컴퍼지션을 업데이트합니다.

VerifyAccess()

호출 스레드가 이에 DispatcherObject액세스할 수 있도록 합니다.

(다음에서 상속됨 DispatcherObject)

연결된 이벤트

Name Description
PreviewTextInput

완료될 때 TextComposition 발생합니다.

PreviewTextInputStart

TextComposition 작업이 시작될 때 발생합니다.

PreviewTextInputUpdate

업데이트할 때 TextComposition 발생합니다.

TextInput

완료될 때 TextComposition 발생합니다.

TextInputStart

TextComposition 작업이 시작될 때 발생합니다.

TextInputUpdate

업데이트할 때 TextComposition 발생합니다.

적용 대상

추가 정보