Partage via


PlayReadyDomainIterable Classe

Définition

Expose l’itérateur de classe PlayReadyDomain PlayReady .

public ref class PlayReadyDomainIterable sealed : IIterable<IPlayReadyDomain ^>
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Protection.PlayReady.IPlayReadyDomainIterableFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyDomainIterable final : IIterable<IPlayReadyDomain>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Protection.PlayReady.IPlayReadyDomainIterableFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class PlayReadyDomainIterable final : IIterable<IPlayReadyDomain>
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Protection.PlayReady.IPlayReadyDomainIterableFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadyDomainIterable : IEnumerable<IPlayReadyDomain>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Protection.PlayReady.IPlayReadyDomainIterableFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PlayReadyDomainIterable : IEnumerable<IPlayReadyDomain>
function PlayReadyDomainIterable(domainAccountId)
Public NotInheritable Class PlayReadyDomainIterable
Implements IEnumerable(Of IPlayReadyDomain)
Héritage
Object Platform::Object IInspectable PlayReadyDomainIterable
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)

Constructeurs

PlayReadyDomainIterable(Guid)

Initialise une nouvelle instance de la classe PlayReadyDomainIterable à l’aide de l’identificateur de compte de domaine.

Méthodes

First()

Retourne un itérateur qui itère sur les éléments de la collection de domaines PlayReady.

S’applique à

Voir aussi