Share via


ContentIsland.FindAllForSystemCompositor(Compositor) Method

Definition

Retrieves all ContentIsland objects associated with the specified **Compositor**.

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

Parameters

compositor
Compositor

The **Compositor** from which to retrieve the ContentIsland objects.

Returns

A collection of ContentIsland objects.

Applies to