WindowServices.FindAllTopLevelWindowIds 方法

定義

取得每個最上層視窗的識別碼。

public:
 static IVectorView<WindowId> ^ FindAllTopLevelWindowIds();
 static IVectorView<WindowId> FindAllTopLevelWindowIds();
public static IReadOnlyList<WindowId> FindAllTopLevelWindowIds();
function findAllTopLevelWindowIds()
Public Shared Function FindAllTopLevelWindowIds () As IReadOnlyList(Of WindowId)

傳回

每個最上層視窗的識別碼清單。

適用於