다음을 통해 공유


InputPointerSource.GetForIsland(ContentIsland) 메서드

정의

InputPointerSource 지정된 ContentIsland에 대한 개체를 검색합니다.

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 입니다.

반환

InputPointerSource 지정된 ContentIsland의 개체이거나, 존재하지 않는 경우 새 InputPointerSource입니다.

island가 유효하지 않거나 호출 스레드와 다른 스레드가 소유한 경우 GetForIsland는 null을 반환합니다.

설명

GetForIsland는 호출자와 동일한 스레드의 콘텐츠 섬만 지원합니다.

GetForIsland를 여러 번 호출하면 매번 동일한 개체가 반환됩니다.

모든 경우에 특정 콘텐츠 아일랜드와 연결된 단일 InputPointerSource 만 있을 수 있습니다.

적용 대상