ManagementPackClass.GetImageReferences Method

Definition

Returns the management pack image references associated with this management pack element in this management pack.

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

Returns

The management pack image references.

Applies to