PlayReadyDomainIterable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exposes the PlayReady PlayReadyDomain class iterator.
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)
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Constructors
PlayReadyDomainIterable(Guid) |
Initializes a new instance of the PlayReadyDomainIterable class using the domain account identifier. |
Methods
First() |
Returns an iterator that iterates over the items in the PlayReady domain collection. |