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

컬렉션의 항목 수입니다.

구현

적용 대상