다음을 통해 공유


ContentIsland.GetByVisual(Visual) 메서드

정의

현재 스레드에서 ContentIsland 지정된 자식 시각적 개체가 포함된 를 검색합니다.

public:
 static ContentIsland ^ GetByVisual(Visual ^ child);
 static ContentIsland GetByVisual(Visual const& child);
public static ContentIsland GetByVisual(Visual child);
function getByVisual(child)
Public Shared Function GetByVisual (child As Visual) As ContentIsland

매개 변수

child
Visual

자식 시각적 개체입니다.

반환

ContentIsland 지정된 자식 시각적 개체를 포함하는 이거나 콘텐츠 아일랜드가 시각적 개체의 부모가 아닌 경우 null입니다.

전달된 시각적 개체가 현재 스레드와 연결되지 않은 경우 RPC_E_WRONGTHREAD 반환됩니다.

적용 대상