PlayReadyDomainIterable PlayReadyDomainIterable PlayReadyDomainIterable PlayReadyDomainIterable Class

Definition

Exposes the PlayReady PlayReadyDomain class iterator.

public : sealed class PlayReadyDomainIterable : IIterablepublic sealed class PlayReadyDomainIterable : IEnumerablePublic NotInheritable Class PlayReadyDomainIterable Implements IEnumerable// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

PlayReadyDomainIterable(Guid) PlayReadyDomainIterable(Guid) PlayReadyDomainIterable(Guid) PlayReadyDomainIterable(Guid)

Initializes a new instance of the PlayReadyDomainIterable class using the domain account identifier.

public : PlayReadyDomainIterable(PlatForm::Guid domainAccountId)public PlayReadyDomainIterable(Guid domainAccountId)Public Sub New(domainAccountId As Guid)// You can use this method in JavaScript.
Parameters
domainAccountId
PlatForm::Guid Guid Guid Guid

The domain account identifier.

Remarks

The domainAccountId parameter is optional; if the value specified is GUID_NULL, all domains to which this client is joined will be enumerated.

The domainAccountId parameter is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.

Methods

First() First() First() First()

Returns an iterator that iterates over the items in the PlayReady domain collection.

public : IIterator<IPlayReadyDomain> First()This member is not implemented in C#This member is not implemented in VB.Net// You can use this method in JavaScript.
Returns

GetEnumerator() GetEnumerator() GetEnumerator() GetEnumerator()

Returns an enumerator that iterates through the collection.

This member is not implemented in C++IEnumerator<T> GetEnumerator()Function GetEnumerator As IEnumerator(Of T)IEnumerator<T> GetEnumerator()
Returns

An enumerator that can be used to iterate through the collection.