다음을 통해 공유


UpdateCategoryCollection.AddRange Method (UpdateCategoryCollection)

 

Applies To: Windows Server Update Services

Adds the members of a product category collection to the end of the collection.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public void AddRange(
    UpdateCategoryCollection value
)
public:
void AddRange(
    UpdateCategoryCollection^ value
)
member AddRange : 
        value:UpdateCategoryCollection -> unit
Public Sub AddRange (
    value As UpdateCategoryCollection
)

Parameters

Exceptions

Exception

Condition

ArgumentException

One or more members of the collection to add already exist in this collection.

ArgumentNullException

value cannot be null.

See Also

AddRange Overload
UpdateCategoryCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top