다음을 통해 공유


WindowsUpdateManager.GetMostRecentCompletedUpdates(Int32) 메서드

정의

가장 최근에 완료된 업데이트에 대한 정보를 검색합니다.

public:
 virtual IVectorView<WindowsUpdateItem ^> ^ GetMostRecentCompletedUpdates(int count) = GetMostRecentCompletedUpdates;
IVectorView<WindowsUpdateItem> GetMostRecentCompletedUpdates(int const& count);
public IReadOnlyList<WindowsUpdateItem> GetMostRecentCompletedUpdates(int count);
function getMostRecentCompletedUpdates(count)
Public Function GetMostRecentCompletedUpdates (count As Integer) As IReadOnlyList(Of WindowsUpdateItem)

매개 변수

count
Int32

int

검색할 최근에 완료된 업데이트 수입니다.

반환

N개수를 초과할 수 없는 가장 최근에 완료된 N 업데이트 목록입니다.

적용 대상

추가 정보