다음을 통해 공유


ContentIsland.FindAllForCurrentThread 메서드

정의

현재 스레드가 소유한 모든 ContentIsland 개체를 반환합니다.

public:
 static Platform::Array <ContentIsland ^> ^ FindAllForCurrentThread();
 static winrt::array_view <ContentIsland const&> FindAllForCurrentThread();
public static ContentIsland[] FindAllForCurrentThread();
function findAllForCurrentThread()
Public Shared Function FindAllForCurrentThread () As ContentIsland()

반환

현재 스레드가 소유한 모든 ContentIsland 개체입니다.

설명

ContentIsland 여전히 미해결 메모리 참조가 있는 개체는 포함되지 않습니다.

적용 대상