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