ITfInputProcessorProfileMgr インターフェイス (msctf.h)
ITfInputProcessorProfileMgr インターフェイスは TSF マネージャーによって実装され、1 つ以上のテキスト サービスの言語プロファイルを操作するためにアプリケーションまたはテキスト サービスによって使用されます。
継承
ITfInputProcessorProfileMgr インターフェイスは、IUnknown インターフェイスから継承されます。 ITfInputProcessorProfileMgr には、次の種類のメンバーもあります。
メソッド
ITfInputProcessorProfileMgr インターフェイスには、これらのメソッドがあります。
ITfInputProcessorProfileMgr::ActivateProfile ITfInputProcessorProfileMgr::ActivateProfile メソッドは、指定されたテキスト サービスのプロファイルまたはキーボード レイアウトをアクティブにします。 |
ITfInputProcessorProfileMgr::D eactivateProfile ITfInputProcessorProfileMgr::D eactivateProfile メソッドは、指定されたテキスト サービスのプロファイルまたはキーボード レイアウトを非アクティブ化します。 |
ITfInputProcessorProfileMgr::EnumProfiles ITfInputProcessorProfileMgr::EnumProfiles メソッドは、列挙するプロファイルを返します。 |
ITfInputProcessorProfileMgr::GetActiveProfile このメソッドは、現在アクティブなプロファイルを返します。 |
ITfInputProcessorProfileMgr::GetProfile ITfInputProcessorProfileMgr::GetProfile メソッドは、指定されたテキスト サービスのプロファイルまたはキーボード レイアウトの情報TF_INPUTPROCESSORPROFILE構造体で返します。 |
ITfInputProcessorProfileMgr::RegisterProfile ITfInputProcessorProfileMgr::RegisterProfile メソッドは、テキスト サービスとプロファイルを登録します。 |
ITfInputProcessorProfileMgr::ReleaseInputProcessor ITfInputProcessorProfileMgr::ReleaseInputProcessor メソッドは、指定された CLSID のテキスト サービスに属するプロファイルを非アクティブ化し、ITfTextInputProcessorEx インターフェイスのインスタンスを解放します。 |
ITfInputProcessorProfileMgr::UnregisterProfile ITfInputProcessorProfileMgr::UnregisterProfile メソッドは、テキスト サービスとプロファイルの登録を解除します。 |
注釈
ITfInputProcessorProfiles とは異なり、ITfInputProcessorProfileMgr では、キーボード レイアウトとテキスト サービスの両方をシームレスに管理できます。 Windows Vista では、次の方法を使用する代わりに、このインターフェイスを使用することをお勧めします。
- ITfInputProcessorProfiles::Register
- ITfInputProcessorProfiles::Unregister
- ITfInputProcessorProfiles::AddLanguageProfile
- ITfInputProcessorProfiles::RemoveLanguageProfile
- ITfInputProcessorProfiles::EnumInputProcessorInfo
- ITfInputProcessorProfiles::ActivateLanguageProfile
- ITfInputProcessorProfiles::GetActiveLanguageProfile
- ITfInputProcessorProfiles::EnumLanguageProfiles
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ | UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2003 R2 [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | msctf.h |