다음을 통해 공유


InputPreTranslateKeyboardSource.GetForIsland(ContentIsland) 메서드

정의

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

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.

반환

InputPreTranslateKeyboardSource는 지정된 ContentIsland대한 개체를, 존재하지 않는 경우 새 InputPreTranslateKeyboardSource입니다.

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

설명

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

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

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

적용 대상