Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Collection of product categories. For a description of product categories, see GetUpdateCategories. To retrieve this collection, call one of the following methods: GetUpdateCategories; GetUpdateCategories; GetSubcategories; GetRootUpdateCategories; GetUpdateCategories; GetUpdateCategories;
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.UpdateServices.Administration.WsusCollection
Microsoft.UpdateServices.Administration.UpdateCategoryCollection
Syntax
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("9C4BC9F7-BDEF-404A-8FA6-33C8297C4AC1")]
[ComVisibleAttribute(true)]
public class UpdateCategoryCollection : WsusCollection
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("9C4BC9F7-BDEF-404A-8FA6-33C8297C4AC1")]
[ComVisibleAttribute(true)]
public ref class UpdateCategoryCollection : WsusCollection
[<SerializableAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("9C4BC9F7-BDEF-404A-8FA6-33C8297C4AC1")>]
[<ComVisibleAttribute(true)>]
type UpdateCategoryCollection =
class
inherit WsusCollection
end
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("9C4BC9F7-BDEF-404A-8FA6-33C8297C4AC1")>
<ComVisibleAttribute(True)>
Public Class UpdateCategoryCollection
Inherits WsusCollection
Constructors
| Name | Description | |
|---|---|---|
![]() |
UpdateCategoryCollection() | Initializes a new instance of the UpdateCategoryCollection class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Capacity | (Inherited from CollectionBase.) |
![]() |
Count | (Inherited from CollectionBase.) |
![]() |
InnerList | (Inherited from CollectionBase.) |
![]() |
Item[Int32] | Retrieves or sets the member of the collection at the specified index. |
![]() |
List | (Inherited from CollectionBase.) |
Methods
| Name | Description | |
|---|---|---|
![]() |
Add(IUpdateCategory) | Adds a product category to the end of the collection. |
![]() |
Add(Object) | Adds an element to the end of the collection.(Inherited from WsusCollection.) |
![]() |
AddRange(Array) | Adds the elements of the specified array to the end of this collection. (Inherited from WsusCollection.) |
![]() |
AddRange(IUpdateCategory[]) | Adds an array of product categories to the end of the collection. |
![]() |
AddRange(UpdateCategoryCollection) | Adds the members of a product category collection to the end of the collection. |
![]() |
AddRange(WsusCollection) | Adds the items in the specified SusCollectionBase to the end of this collection.(Inherited from WsusCollection.) |
![]() |
Clear() | (Inherited from CollectionBase.) |
![]() |
Contains(IUpdateCategory) | Determines if the collection contains the specified product category. |
![]() |
Contains(Object) | Determines whether the specified element is in the collection.(Inherited from WsusCollection.) |
![]() |
CopyTo(Array, Int32) | Copies the entire collection of values to a one-dimensional array, starting at the specified index of the target array.(Inherited from WsusCollection.) |
![]() |
CopyTo(IUpdateCategory[], Int32) | Copies the product categories in the collection to a one-dimensional array. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | (Inherited from CollectionBase.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
IndexOf(IUpdateCategory) | Determines if the collection contains the specified product category. If the collection contains the category, the method returns the zero-based index to the category in the collection. |
![]() |
IndexOf(Object) | Searches for the specified element and returns the zero-based index of it if it exists.(Inherited from WsusCollection.) |
![]() |
Insert(Int32, IUpdateCategory) | Inserts a product category into the collection. |
![]() |
Insert(Int32, Object) | Inserts an element into the collection at the specified index.(Inherited from WsusCollection.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
OnClear() | (Inherited from CollectionBase.) |
![]() |
OnClearComplete() | Performs additional custom processes after clearing the contents of the UpdateCollection instance.(Inherited from WsusCollection.) |
![]() |
OnInsert(Int32, Object) | Provides overridden validation functionality which checks that we do not insert duplicates into our collection.(Inherited from WsusCollection.) |
![]() |
OnInsertComplete(Int32, Object) | Performs additional custom processes after inserting a new element into the UpdateCollection instance.(Inherited from WsusCollection.) |
![]() |
OnRemove(Int32, Object) | (Inherited from CollectionBase.) |
![]() |
OnRemoveComplete(Int32, Object) | Performs additional custom processes after removing an element from the UpdateCollection instance.(Inherited from WsusCollection.) |
![]() |
OnSet(Int32, Object, Object) | Provices overridden validation functionality which checks that we do not insert duplicates into our collection.(Inherited from WsusCollection.) |
![]() |
OnSetComplete(Int32, Object, Object) | Performs additional custom processes after setting a value in the UpdateCollection instance.(Inherited from WsusCollection.) |
![]() |
OnValidate(Object) | (Inherited from CollectionBase.) |
![]() |
Remove(IUpdateCategory) | Removes the product category from the collection. |
![]() |
Remove(Object) | Removes a specified element from the collection.(Inherited from WsusCollection.) |
![]() |
RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Add(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Contains(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IndexOf(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Insert(Int32, Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Remove(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Item[Int32] | (Inherited from CollectionBase.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)