UpdateInstallationInfoCollection.AddRange Method (IUpdateInstallationInfo )
Applies To: Windows Server Update Services
Adds an array of installation information to the end of the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void AddRange(
IUpdateInstallationInfo[] value
)
public:
void AddRange(
array<IUpdateInstallationInfo^>^ value
)
member AddRange :
value:IUpdateInstallationInfo[] -> unit
Public Sub AddRange (
value As IUpdateInstallationInfo()
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.IUpdateInstallationInfo[]Array of IUpdateInstallationInfo instances to add to the collection.
Exceptions
Exception
Condition
One or more elements of the array already exist in this collection.
value or elements of the array cannot be null.
See Also
AddRange Overload
UpdateInstallationInfoCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top