Compartilhar via


PlayReadyLicenseIterator Classe

Definição

Fornece a iteração da classe PlayReadyLicense .

public ref class PlayReadyLicenseIterator sealed : IIterator<IPlayReadyLicense ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyLicenseIterator final : IIterator<IPlayReadyLicense>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadyLicenseIterator : IIterator<IPlayReadyLicense>
Public NotInheritable Class PlayReadyLicenseIterator
Implements IIterator(Of IPlayReadyLicense)
Herança
Object Platform::Object IInspectable PlayReadyLicenseIterator
Atributos
Implementações

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)

Propriedades

Current

Obtém o item atual na coleção de licenças PlayReady.

HasCurrent

Obtém um valor que indica se há um item atual ou se o iterador está no final da coleção de licenças Do PlayReady.

Métodos

GetMany(IPlayReadyLicense[])

Recupera todos os itens da coleção de licenças PlayReady.

MoveNext()

Avança o enumerador para o próximo item na coleção.

Aplica-se a

Confira também