Share via


ManagementPack.GetImages Method

Definition

Caution

This method is obsolete. Please use GetResources<ManagementPackImage>() instead.

Retrieves all images that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackImage ^> ^ GetImages();
[System.Obsolete("This method is obsolete. Please use GetResources<ManagementPackImage>() instead.")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackImage> GetImages ();
member this.GetImages : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackImage>
Public Function GetImages () As ManagementPackElementCollection(Of ManagementPackImage)

Returns

A collection of all images in the management pack.

Attributes

Applies to