ContentIsland.FindAllForCurrentThread 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 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.