共用方式為


ContentIsland.FindAllForCurrentThread 方法

定義

傳回目前線程所擁有的所有 ContentIsland 物件。

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

傳回

目前線程所擁有的所有 ContentIsland 物件。

備註

ContentIsland 不會包含仍具有未處理記憶體參考的物件。

適用於