PlayReadyLicenseIterator Class

Definition

Provides for iteration of the PlayReadyLicense class.

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)
Inheritance
Object Platform::Object IInspectable PlayReadyLicenseIterator
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Current

Gets the current item in the PlayReady license collection.

HasCurrent

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

Methods

GetMany(IPlayReadyLicense[])

Retrieves all items in the PlayReady license collection.

MoveNext()

Advances the enumerator to the next item in the collection.

Applies to

See also