PlayReadyDomainIterator PlayReadyDomainIterator PlayReadyDomainIterator PlayReadyDomainIterator Class

Definition

Provides for iteration of the PlayReadyDomain class.

public : sealed class PlayReadyDomainIterator : IIteratorpublic sealed class PlayReadyDomainIterator : IIteratorPublic NotInheritable Class PlayReadyDomainIterator Implements IIterator// 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)

Properties

Current Current Current Current

Gets the current item in the PlayReady domain collection.

public : IPlayReadyDomain Current { get; }public IPlayReadyDomain Current { get; }Public ReadOnly Property Current As IPlayReadyDomain// You can use this property in JavaScript.
Value
IPlayReadyDomain IPlayReadyDomain IPlayReadyDomain IPlayReadyDomain

The current item in the PlayReady domain collection.

HasCurrent HasCurrent HasCurrent HasCurrent

Gets a value that indicates whether there is a current item or the iterator is at the end of the PlayReady domain collection.

public : PlatForm::Boolean HasCurrent { get; }public bool HasCurrent { get; }Public ReadOnly Property HasCurrent As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

true if the iterator refers to a valid item that is in the collection or false if the iterator is at the end of the collection.

Methods

GetMany(IPlayReadyDomain[]) GetMany(IPlayReadyDomain[]) GetMany(IPlayReadyDomain[]) GetMany(IPlayReadyDomain[])

Retrieves all items in the PlayReady domain collection.

public : unsigned int GetMany(IPlayReadyDomain[] items)public uint GetMany(IPlayReadyDomain[] items)Public Function GetMany(items As IPlayReadyDomain[]) As uint// You can use this method in JavaScript.
Parameters
items
IPlayReadyDomain[] IPlayReadyDomain[] IPlayReadyDomain[] IPlayReadyDomain[]

The items in the collection.

Returns
unsigned int uint uint uint

The number of items in the collection.

MoveNext() MoveNext() MoveNext() MoveNext()

Advances the enumerator to the next item in the collection.

public : PlatForm::Boolean MoveNext()public bool MoveNext()Public Function MoveNext() As bool// You can use this method in JavaScript.
Returns
PlatForm::Boolean bool bool bool

true if the iterator refers to a valid item that is in the collection or false if the iterator is at the end of the collection.