IUpdateCollection 인터페이스(wuapi.h)
정렬된 업데이트 목록을 나타냅니다.
상속
IUpdateCollection 인터페이스는 IDispatch 인터페이스에서 상속됩니다. IUpdateCollection 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
IUpdateCollection 인터페이스에는 이러한 메서드가 있습니다.
IUpdateCollection::Add 컬렉션에 항목을 추가합니다. (IUpdateCollection.Add) |
IUpdateCollection::Clear 컬렉션에서 모든 요소를 제거합니다. (IUpdateCollection.Clear) |
IUpdateCollection::Copy 컬렉션의 단순 읽기/쓰기 복사본을 만듭니다. |
IUpdateCollection::get__NewEnum 컬렉션을 열거하는 데 사용할 수 있는 IEnumVARIANT 인터페이스를 가져옵니다. (IUpdateCollection.get__NewEnum) |
IUpdateCollection::get_Count 컬렉션의 요소 수를 가져옵니다. (IUpdateCollection.get_Count) |
IUpdateCollection::get_Item 컬렉션에서 IUpdate 인터페이스를 가져오거나 설정합니다. (Get) |
IUpdateCollection::get_ReadOnly 업데이트 컬렉션이 읽기 전용인지 여부를 나타내는 부울 값을 가져옵니다. |
IUpdateCollection::Insert 지정된 위치의 컬렉션에 항목을 삽입합니다. (IUpdateCollection.Insert) |
IUpdateCollection::p ut_Item 컬렉션에서 IUpdate 인터페이스를 가져오거나 설정합니다. (Put) |
IUpdateCollection::RemoveAt 컬렉션에서 지정된 인덱스의 항목을 제거합니다. (IUpdateCollection.RemoveAt) |
설명
UpdateCollection coclass를 사용하여 이 인터페이스의 instance 만들 수 있습니다. Microsoft.Update.UpdateColl 프로그램 식별자를 사용하여 개체를 만듭니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional SP3 포함 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2003, Windows 2000 Server SP3 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | wuapi.h |