다음을 통해 공유


ContentIsland.FindAllForCompositor(Compositor) 메서드

정의

지정한 Microsoft.UI.Composition.Compositor연결된 모든 ContentIsland 개체를 반환합니다.

public:
 static Platform::Array <ContentIsland ^> ^ FindAllForCompositor(Compositor ^ compositor);
 static winrt::array_view <ContentIsland const&> FindAllForCompositor(Compositor const& compositor);
public static ContentIsland[] FindAllForCompositor(Compositor compositor);
function findAllForCompositor(compositor)
Public Shared Function FindAllForCompositor (compositor As Compositor) As ContentIsland()

매개 변수

compositor
Compositor

관심 있는 작성자입니다.

반환

설명

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

지정된 작성자가 호출 스레드와 연결되지 않은 경우 RPC_E_WRONGTHREAD 반환됩니다.

적용 대상