ContentIsland.FindAllForCurrentThread Method

Definition

Returns all ContentIsland objects owned by the current thread.

public:
 static Platform::Array <ContentIsland ^> ^ FindAllForCurrentThread();
 static winrt::array_view <ContentIsland const&> FindAllForCurrentThread();
public static ContentIsland[] FindAllForCurrentThread();
function findAllForCurrentThread()
Public Shared Function FindAllForCurrentThread () As ContentIsland()

Returns

All ContentIsland objects owned by the current thread.

Remarks

ContentIsland objects that still have outstanding memory references will not be included.

Applies to