共用方式為


InputPointerSource.GetForIsland(ContentIsland) 方法

定義

擷取指定之 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

傳回

指定的 ContentIslandInputPointerSource 物件,如果不存在,則為新的 InputPointerSource。

如果 無效,或是由呼叫線程不同的線程所擁有,GetForIsland 會傳回 null。

備註

GetForIsland 僅支援與呼叫端相同的線程上的內容島。

每次呼叫 GetForIsland 時都會傳回相同的物件。

在所有情況下,只能有與特定內容島相關聯的單一 InputPointerSource

適用於