共用方式為


PlayReadyLicenseIterator.GetMany(IPlayReadyLicense[]) 方法

定義

擷取 PlayReady 授權集合中的所有專案。

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

參數

items
IPlayReadyLicense[]

集合中的項目。

傳回

UInt32

unsigned int

uint32_t

集合中的項目數目

實作

適用於