다음을 통해 공유


InputKeyboardSource.GetForIsland(ContentIsland) 메서드

정의

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

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

매개 변수

island
ContentIsland

입력을 처리하는 ContentIsland 입니다.

반환

InputKeyboardSource 지정된 ContentIsland에 대한 개체이거나, 새 InputKeyboardSource(없는 경우)입니다.

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

설명

GetForIsland는 호출자와 동일한 스레드에서만 콘텐츠 아일랜드를 지원합니다.

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

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

적용 대상