InputPreTranslateKeyboardSource.GetForIsland(ContentIsland) メソッド

定義

指定した InputPreTranslateKeyboardSourceContentIsland のオブジェクトを取得します。

public:
 static InputPreTranslateKeyboardSource ^ GetForIsland(ContentIsland ^ island);
 static InputPreTranslateKeyboardSource GetForIsland(ContentIsland const& island);
public static InputPreTranslateKeyboardSource GetForIsland(ContentIsland island);
function getForIsland(island)
Public Shared Function GetForIsland (island As ContentIsland) As InputPreTranslateKeyboardSource

パラメーター

island
ContentIsland

入力を処理している ContentIsland

戻り値

指定した ContentIsland のオブジェクト。存在しない場合はInputPreTranslateKeyboardSource新しい InputPreTranslateKeyboardSource。

island が無効であるか、呼び出し元のスレッドとは異なるスレッドによって所有されている場合、GetForIsland は null を返します。

注釈

GetForIsland は、呼び出し元と同じスレッド上のコンテンツ アイランドのみをサポートします。

GetForIsland を複数回呼び出すと、毎回同じオブジェクトが返されます。

いずれの場合も、特定のコンテンツ アイランドに関連付けられるのは 1 つだけ InputPreTranslateKeyboardSource です。

適用対象