다음을 통해 공유


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)

반환

각 최상위 창의 식별자 목록입니다.

적용 대상