다음을 통해 공유


IEnumTfInputProcessorProfiles 인터페이스(msctf.h)

IEnumTfInputProcessorProfiles 인터페이스는 TSF 관리자에 의해 구현되고 애플리케이션 또는 textservices에서 사용됩니다. ITfInputProcessorProfileMgr::EnumProfiles에서 이 인터페이스를 검색하고 등록된 프로필을 열거할 수 있습니다.

상속

IEnumTfInputProcessorProfiles 인터페이스는IUnknown 인터페이스에서 상속됩니다. IEnumTfInputProcessorProfiles 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IEnumTfInputProcessorProfiles 인터페이스에는 이러한 메서드가 있습니다.

 
IEnumTfInputProcessorProfiles::Clone

IEnumTfInputProcessorProfiles::Clone 메서드는 열거자 개체의 복사본을 만듭니다.
IEnumTfInputProcessorProfiles::Next

IEnumTfInputProcessorProfiles::Next 메서드는 현재 위치에서 열거형 시퀀스의 지정된 요소 수를 가져옵니다.
IEnumTfInputProcessorProfiles::Reset

IEnumTfInputProcessorProfiles::Reset 메서드는 현재 위치를 열거형 시퀀스의 시작 부분으로 이동하여 열거자 개체를 다시 설정합니다.
IEnumTfInputProcessorProfiles::Skip

IEnumTfInputProcessorProfiles::Skip 메서드는 지정된 수의 요소에 따라 열거형 시퀀스에서 현재 위치를 앞으로 이동합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows 2000 Professional [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows 2000 Server [데스크톱 앱 | UWP 앱]
대상 플랫폼 Windows
헤더 msctf.h
재배포 가능 파일 Windows 2000 Professional의 TSF 1.0

참고 항목

ITfInputProcessorProfiles