InputPointerSource.GetForIsland(ContentIsland) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定 ContentIsland的 InputPointerSource 对象。
public:
static InputPointerSource ^ GetForIsland(ContentIsland ^ island);
static InputPointerSource GetForIsland(ContentIsland const& island);
public static InputPointerSource GetForIsland(ContentIsland island);
function getForIsland(island)
Public Shared Function GetForIsland (island As ContentIsland) As InputPointerSource
参数
- island
- ContentIsland
正在处理输入的 ContentIsland。
返回
指定的 ContentIsland的 InputPointerSource 对象;如果不存在,则为新的 InputPointerSource。
如果 岛 无效,或者由与调用线程不同的线程拥有,GetForIsland 将返回 null。
注解
GetForIsland 仅支持与调用方位于同一线程上的内容岛。
每次调用 GetForIsland 将返回同一对象。
在所有情况下,只能有一个与特定内容岛关联的 InputPointerSource。