PlayReadySecureStopIterator.GetMany 方法

定义

检索 PlayReady 安全停止集合中的所有项。

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

参数

items
IPlayReadySecureStopServiceRequest[]

集合中的项。

返回

UInt32

unsigned int

uint32_t

集合中项的数目。

实现

适用于