Share via


ManagementPackItemCollection<T>.GetItem(Guid) Method

Definition

Gets the specified item from the collection.

public:
 virtual T GetItem(Guid id);
public virtual T GetItem (Guid id);
abstract member GetItem : Guid -> 'T
override this.GetItem : Guid -> 'T
Public Overridable Function GetItem (id As Guid) As T

Parameters

id
Guid

The identifier of the item to get from the collection.

Returns

T

An object from the collection.

Applies to