ContentIsland.FindAllForSystemCompositor(Compositor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.