# com.interface.ITfInputProcessorProfiles 库模块帮助文档

## com.interface.ITfInputProcessorProfiles 成员列表 <a id="com.interface.ITfInputProcessorProfiles" href="#com.interface.ITfInputProcessorProfiles">&#x23;</a>

### com.interface.ITfInputProcessorProfiles.Create() <a id="com.interface.ITfInputProcessorProfiles.Create" href="#com.interface.ITfInputProcessorProfiles.Create">&#x23;</a>
创建输入法配置接口对象  

[返回对象:ITfInputProcessorProfilesObject](#ITfInputProcessorProfilesObject)

## ITfInputProcessorProfilesObject 成员列表 <a id="ITfInputProcessorProfilesObject" href="#ITfInputProcessorProfilesObject">&#x23;</a>

### ITfInputProcessorProfilesObject.GetLanguageProfileDescription(languageProfile) <a id="ITfInputProcessorProfilesObject.GetLanguageProfileDescription" href="#ITfInputProcessorProfilesObject.GetLanguageProfileDescription">&#x23;</a>
获取输入语言描述

### ITfInputProcessorProfilesObject.GetLanguageProfileDescription(rclsid,langid,guidProfile) <a id="ITfInputProcessorProfilesObject.GetLanguageProfileDescription" href="#ITfInputProcessorProfilesObject.GetLanguageProfileDescription">&#x23;</a>
获取输入语言描述

### ITfInputProcessorProfilesObject.activeProfileByDescription() <a id="ITfInputProcessorProfilesObject.activeProfileByDescription" href="#ITfInputProcessorProfilesObject.activeProfileByDescription">&#x23;</a>
按参数指定的描述激活输入语言配置文件

### ITfInputProcessorProfilesObject.each(langid) <a id="ITfInputProcessorProfilesObject.each" href="#ITfInputProcessorProfilesObject.each">&#x23;</a>

```aardio
for( languageProfile in ITfInputProcessorProfilesObject.each() ){  
	/*遍历输入语言配置文件*/  
}
```

### ITfInputProcessorProfilesObject.findProfileByDescription() <a id="ITfInputProcessorProfilesObject.findProfileByDescription" href="#ITfInputProcessorProfilesObject.findProfileByDescription">&#x23;</a>
按参数指定的描述查找输入语言配置文件  
返回TF_LANGUAGEPROFILE结构体
