Freigeben über


ContentIsland.FindAllForCompositor(Compositor) Methode

Definition

Gibt alle ContentIsland- Objekte zurück, die dem angegebenen Microsoft.UI.Composition.Compositorzugeordnet sind.

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()

Parameter

compositor
Compositor

Der Kompositor von Interesse.

Gibt zurück

Hinweise

ContentIsland- Objekte, die weiterhin über ausstehende Speicherverweise verfügen, werden nicht einbezogen.

Wenn der angegebene Kompositor nicht dem aufrufenden Thread zugeordnet ist, wird RPC_E_WRONGTHREAD zurückgegeben.

Gilt für: