InputScope 클래스

정의

입력 메서드에서 제공하는 데이터 범위와 관련된 정보를 나타냅니다.

public ref class InputScope
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScope
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScope
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScope = class
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScope = class
Public Class InputScope
상속
InputScope
특성

설명

InputScopeInputScope 속성을 사용하여 특정 요소에 대한 을 가져옵니다InputScope.

생성자

InputScope()

InputScope 클래스의 새 인스턴스를 초기화합니다.

속성

Names

입력 범위 이름을 가져오거나 설정합니다.

PhraseList

입력 프로세서에서 제안된 입력 패턴으로 사용할 구의 컬렉션을 가져옵니다.

RegularExpression

입력 프로세서에서 제안된 텍스트 입력 패턴으로 사용할 정규식을 가져오거나 설정합니다.

SrgsMarkup

입력 프로세서에서 제안된 입력 패턴으로 사용할 SRGS(Speech Recognition Grammar Specification) 태그를 지정하는 문자열을 가져오거나 설정합니다.

메서드

Equals(Object)

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

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

기본 해시 함수로 작동합니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상

추가 정보