IPresentationManagement.GetStringResources(ICollection<Guid>) Method

Definition

Gets a list of string resources by using a unique identifier.

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

Parameters

ids
ICollection<Guid>

The list of identifiers.

Returns

The list of string resource objects.

Exceptions

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

The ids parameter does not contain any items.

Applies to