Share via


UpdateCategoryCollection Members

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;

The following tables list the members exposed by the UpdateCategoryCollection type.

Public Constructors

  Name Description
UpdateCategoryCollection Initializes a new instance of the UpdateCategoryCollection class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Capacity  (Inherited from CollectionBase)
public property Count  (Inherited from CollectionBase)
public property Item Retrieves or sets the member of the collection at the specified index.

Top

Protected Properties

  Name Description
protected property InnerList  (Inherited from CollectionBase)
protected property List  (Inherited from CollectionBase)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Adds a product category to the end of the collection.
public method AddRange Overloaded. Adds the members of a product category collection to the end of the collection.
public method AddRange  Overloaded. (Inherited from WsusCollection)
public method Clear  (Inherited from CollectionBase)
public method Contains Determines if the collection contains the specified product category.
public method CopyTo Copies the product categories in the collection to a one-dimensional array.
public method Equals  (Inherited from Object)
public method GetEnumerator  (Inherited from CollectionBase)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IndexOf 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.
public method Insert Inserts a product category into the collection.
public method Remove Removes the product category from the collection.
public method RemoveAt  (Inherited from CollectionBase)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Add  Adds an element to the end of the collection. (Inherited from WsusCollection)
protected method AddRange Overloaded. Adds the members of a product category collection to the end of the collection.
protected method AddRange  Overloaded. (Inherited from WsusCollection)
protected method Contains  Determines whether the specified element is in the collection. (Inherited from WsusCollection)
protected method CopyTo  Copies the entire collection of values to a one-dimensional array, starting at the specified index of the target array. (Inherited from WsusCollection)
protected method Finalize  (Inherited from Object)
protected method IndexOf  Searches for the specified element and returns the zero-based index of it if it exists. (Inherited from WsusCollection)
protected method Insert  Inserts an element into the collection at the specified index. (Inherited from WsusCollection)
protected method MemberwiseClone  (Inherited from Object)
protected method OnClear  (Inherited from CollectionBase)
protected method OnClearComplete  Overridden. Performs additional custom processes after clearing the contents of the UpdateCollection instance. (Inherited from CollectionBase)
protected method OnInsert  Overridden. Provides overridden validation functionality which checks that we do not insert duplicates into our collection. (Inherited from CollectionBase)
protected method OnInsertComplete  Overridden. Performs additional custom processes after inserting a new element into the UpdateCollection instance. (Inherited from CollectionBase)
protected method OnRemove  (Inherited from CollectionBase)
protected method OnRemoveComplete  Overridden. Performs additional custom processes after removing an element from the UpdateCollection instance. (Inherited from CollectionBase)
protected method OnSet  Overridden. Provices overridden validation functionality which checks that we do not insert duplicates into our collection. (Inherited from CollectionBase)
protected method OnSetComplete  Overridden. Performs additional custom processes after setting a value in the UpdateCollection instance. (Inherited from CollectionBase)
protected method OnValidate  (Inherited from CollectionBase)
protected method Remove  Removes a specified element from the collection. (Inherited from WsusCollection)

Top

Explicit Interface Implementations

  Name Description
CopyTo  (Inherited from CollectionBase)
Add  (Inherited from CollectionBase)
Contains  (Inherited from CollectionBase)
IndexOf  (Inherited from CollectionBase)
Insert  (Inherited from CollectionBase)
Remove  (Inherited from CollectionBase)
IsSynchronized  (Inherited from CollectionBase)
SyncRoot  (Inherited from CollectionBase)
IsFixedSize  (Inherited from CollectionBase)
IsReadOnly  (Inherited from CollectionBase)
Item  (Inherited from CollectionBase)

Top

See Also

Reference

UpdateCategoryCollection Class
Microsoft.UpdateServices.Administration Namespace