ManagementPackItemCollection<T>.GetItem(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.