Partager via


PlayReadyLicenseIterator Classe

Définition

Fournit l’itération de la 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)
Héritage
Object Platform::Object IInspectable PlayReadyLicenseIterator
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Propriétés

Current

Obtient l’élément actuel dans la collection de licences PlayReady.

HasCurrent

Obtient une valeur qui indique s’il existe un élément actuel ou si l’itérateur se trouve à la fin de la collection de licences PlayReady.

Méthodes

GetMany(IPlayReadyLicense[])

Récupère tous les éléments de la collection de licences PlayReady.

MoveNext()

Avance l'énumérateur jusqu'à l'élément suivant de la collection.

S’applique à

Voir aussi