PlayReadyLicenseIterator クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PlayReadyLicense クラスのイテレーションを提供します。
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)
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
Current |
PlayReady ライセンス コレクション内の現在の項目を取得します。 |
HasCurrent |
現在の項目があるか、反復子が PlayReady ライセンス コレクションの末尾にあるかを示す値を取得します。 |
メソッド
GetMany(IPlayReadyLicense[]) |
PlayReady ライセンス コレクション内のすべての項目を取得します。 |
MoveNext() |
列挙子をコレクション内の次の項目に進めます。 |