InputFocusController.GetForIsland(ContentIsland) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 만 있을 수 있습니다.