PlayReadySecureStopIterator PlayReadySecureStopIterator PlayReadySecureStopIterator PlayReadySecureStopIterator Class

Definition

Provides for iteration of the IPlayReadySecureStopServiceRequest interface.

public : sealed class PlayReadySecureStopIterator : IIteratorpublic sealed class PlayReadySecureStopIterator : IIteratorPublic NotInheritable Class PlayReadySecureStopIterator 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 secure stop collection.

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

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 secure stop 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(IPlayReadySecureStopServiceRequest[]) GetMany(IPlayReadySecureStopServiceRequest[]) GetMany(IPlayReadySecureStopServiceRequest[]) GetMany(IPlayReadySecureStopServiceRequest[])

Retrieves all items in the PlayReady secure stop collection.

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

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.