다음을 통해 공유


TextPredictionGenerator.InputScope 속성

정의

텍스트 예측에 대한 입력 scope 가져오거나 설정합니다.

public:
 property CoreTextInputScope InputScope { CoreTextInputScope get(); void set(CoreTextInputScope value); };
CoreTextInputScope InputScope();

void InputScope(CoreTextInputScope value);
public CoreTextInputScope InputScope { get; set; }
var coreTextInputScope = textPredictionGenerator.inputScope;
textPredictionGenerator.inputScope = coreTextInputScope;
Public Property InputScope As CoreTextInputScope

속성 값

CoreTextInputScope 값입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v7.0에서 도입되었습니다.)

적용 대상