다음을 통해 공유


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

컬렉션의 항목 수입니다.

구현

적용 대상