次の方法で共有


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

コレクション内の項目数。

実装

適用対象