ContentIsland.FindAllForCompositor(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.
Returns all ContentIsland objects associated with the specified Microsoft.UI.Composition.Compositor.
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()
Parameters
- compositor
- Compositor
The compositor of interest.
Returns
Remarks
ContentIsland objects that still have outstanding memory references will not be included.
If the specified compositor is not associated with the calling thread, RPC_E_WRONGTHREAD is returned.