ManagementPackItem.UpdateCollection<T> Method

Definition

Updates the collection of management pack items.

protected public:
generic <typename T>
 where T : Microsoft::EnterpriseManagement::Configuration::ManagementPackItem void UpdateCollection(Microsoft::EnterpriseManagement::Configuration::ManagementPackItemCollection<T> ^ collection);
protected internal void UpdateCollection<T> (Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<T> collection) where T : Microsoft.EnterpriseManagement.Configuration.ManagementPackItem;
member this.UpdateCollection : Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<'T (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackItem)> -> unit (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackItem)
Protected Friend Sub UpdateCollection(Of T As ManagementPackItem) (collection As ManagementPackItemCollection(Of T))

Type Parameters

T

The type to cast the management pack item as.

Parameters

collection
ManagementPackItemCollection<T>

The collection to update.

Applies to