Updates the collection of Management Pack items. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim collection As ManagementPackItemCollection(Of T)

Me.UpdateCollection(collection)

Syntax

Visual Basic
Protected Friend Sub UpdateCollection(Of T As ManagementPackItem) ( _
		collection As ManagementPackItemCollection(Of T) _
)
C#
protected internal void UpdateCollection<T> (
		ManagementPackItemCollection<T> collection
) where T : ManagementPackItem
C++
protected public:
generic<typename T> where T : ManagementPackItem
void UpdateCollection (
		ManagementPackItemCollection<T>^ collection
)
J#

JScript

Parameters

collection

The collection to update.

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.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also