Share via


WindowServices.FindAllTopLevelWindowIds Method

Definition

Gets the identifier of each top-level window.

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

Returns

A list of the identifiers for each top-level window.

Applies to