WindowServices.FindAllTopLevelWindowIds 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.
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.