Share via


PlayReadyLicenseIterator.GetMany(IPlayReadyLicense[]) Method

Definition

Retrieves all items in the PlayReady license collection.

public:
 virtual unsigned int GetMany(Platform::Array <IPlayReadyLicense ^> ^ items) = IIterator<IPlayReadyLicense ^>::GetMany;
uint32_t GetMany(winrt::array_view <IPlayReadyLicense const&> & items);
public uint GetMany(IPlayReadyLicense[] items);
function getMany(items)
Public Function GetMany (items As IPlayReadyLicense()) As UInteger

Parameters

items
IPlayReadyLicense[]

The items in the collection.

Returns

UInt32

unsigned int

uint32_t

The number of items in the collection.

Implements

Applies to