共用方式為


(msctf.h) IEnumTfInputProcessorProfiles 介面

IEnumTfInputProcessorProfiles介面是由 TSF 管理員實作,並由應用程式或文字服務使用。 ITfInputProcessorProfileMgr::EnumProfiles可以擷取此介面,並列舉已註冊的設定檔。

繼承

IEnumTfInputProcessorProfiles介面繼承自IUnknown介面。 IEnumTfInputProcessorProfiles 也有下列類型的成員:

方法

IEnumTfInputProcessorProfiles介面具有這些方法。

 
IEnumTfInputProcessorProfiles::Clone

IEnumTfInputProcessorProfiles::Clone 方法會建立列舉值物件的複本。
IEnumTfInputProcessorProfiles::Next

IEnumTfInputProcessorProfiles::Next 方法會從目前位置取得列舉序列中指定專案數目。
IEnumTfInputProcessorProfiles::Reset

IEnumTfInputProcessorProfiles::Reset 方法會將目前的位置移至列舉序列的開頭,以重設列舉值物件。
IEnumTfInputProcessorProfiles::Skip

IEnumTfInputProcessorProfiles::Skip 方法會依指定的元素數目,將列舉序列中的目前位置向前移動。

需求

   
最低支援的用戶端 Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows 2000 Server [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 msctf.h
可轉散發套件 Windows 2000 專業版上的 TSF 1.0

另請參閱

ITfInputProcessorProfiles