ManagementPackElement.GetImageReferences Method

Definition

Gets the images associated with this management pack element.

public:
 virtual System::Collections::Generic::IEnumerable<Microsoft::EnterpriseManagement::Configuration::ManagementPackImageReference ^> ^ GetImageReferences();
public virtual System.Collections.Generic.IEnumerable<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference> GetImageReferences ();
abstract member GetImageReferences : unit -> seq<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference>
override this.GetImageReferences : unit -> seq<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference>
Public Overridable Function GetImageReferences () As IEnumerable(Of ManagementPackImageReference)

Returns

An enumerable ManagementPackImageReference object.

The images.

Applies to