IPresentationManagement.GetImageReferences Method

Definition

Gets all image references in the console.

Overloads

GetImageReferences()

Gets all image references in the console.

GetImageReferences(ICollection<Guid>)

Gets a list of image references of element objects.

GetImageReferences(Guid)

Gets a list of image references from a single element.

GetImageReferences()

Gets all image references in the console.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackImageReference ^> ^ GetImageReferences();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference> GetImageReferences ();
abstract member GetImageReferences : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference>
Public Function GetImageReferences () As IList(Of ManagementPackImageReference)

Returns

The list of image reference objects.

Applies to

GetImageReferences(ICollection<Guid>)

Gets a list of image references of element objects.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackImageReference ^> ^ GetImageReferences(System::Collections::Generic::ICollection<Guid> ^ managementPackElementIds);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference> GetImageReferences (System.Collections.Generic.ICollection<Guid> managementPackElementIds);
abstract member GetImageReferences : System.Collections.Generic.ICollection<Guid> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference>
Public Function GetImageReferences (managementPackElementIds As ICollection(Of Guid)) As IList(Of ManagementPackImageReference)

Parameters

managementPackElementIds
ICollection<Guid>

The list of element objects.

Returns

The list of image reference objects.

Exceptions

The managementPackElementIds parameter is a null reference (Nothing in Visual Basic).

The managementPackElementIds parameter is empty.

Applies to

GetImageReferences(Guid)

Gets a list of image references from a single element.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackImageReference ^> ^ GetImageReferences(Guid managementPackElementId);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference> GetImageReferences (Guid managementPackElementId);
abstract member GetImageReferences : Guid -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference>
Public Function GetImageReferences (managementPackElementId As Guid) As IList(Of ManagementPackImageReference)

Parameters

managementPackElementId
Guid

The element identifier.

Returns

The list of image reference objects.

Applies to