Share via


ManagementPack.GetImageReferences Method

Definition

Retrieves all ManagementPackImageReferences elements that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackItemCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackImageReference ^> ^ GetImageReferences();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference> GetImageReferences ();
member this.GetImageReferences : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference>
Public Function GetImageReferences () As ManagementPackItemCollection(Of ManagementPackImageReference)

Returns

A collection of all image reference objects in the management pack.

Applies to