ITfProperty インターフェイス (msctf.h)

ITfProperty インターフェイスは TSF マネージャーによって実装され、クライアント (アプリケーションまたはテキスト サービス) によってプロパティ値を変更するために使用されます。

継承

ITfProperty インターフェイスは、IUnknown インターフェイスから継承されます。 ITfProperty には、次の種類のメンバーもあります。

メソッド

ITfProperty インターフェイスには、これらのメソッドがあります。

 
ITfProperty::Clear

ITfProperty::Clear メソッド
ITfProperty::FindRange

ITfProperty::FindRange メソッド
ITfProperty::SetValue

ITfProperty::SetValue メソッド
ITfProperty::SetValueStore

ITfProperty::SetValueStore メソッド

解説

このインターフェイスのインスタンスは、ITfContext::GetProperty や IEnumTfProperties::Next など、さまざまな方法で取得されます。

要件

   
サポートされている最小のクライアント Windows 2000 Professional [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリ |UWP アプリ]
対象プラットフォーム Windows
ヘッダー msctf.h
再頒布可能パッケージ Windows 2000 Professional 上の TSF 1.0

関連項目

IEnumTfProperties::Next

ITfContext::GetProperty

ITfReadOnlyProperty

IUnknown