InputPreTranslateKeyboardSource.GetForIsland(ContentIsland) 方法

定义

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

返回

指定 InputPreTranslateKeyboardSourceContentIsland 的 对象,或新的 InputPreTranslateKeyboardSource(如果不存在)。

如果 island 无效,或由与调用线程不同的线程拥有,则 GetForIsland 将返回 null。

注解

GetForIsland 仅支持与调用方位于同一线程上的内容岛。

多次调用 GetForIsland 将每次返回同一对象。

在所有情况下,只能有一 InputPreTranslateKeyboardSource 个与特定内容岛关联的内容岛。

适用于