다음을 통해 공유


InputFocusController.GetForIsland(ContentIsland) 메서드

정의

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

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

매개 변수

island
ContentIsland

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

반환

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

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

설명

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

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

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

적용 대상