Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PlayReadySecureStopIterator 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.

Provides for iteration of the IPlayReadySecureStopServiceRequest interface.

public ref class PlayReadySecureStopIterator sealed : IIterator<IPlayReadySecureStopServiceRequest ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadySecureStopIterator final : IIterator<IPlayReadySecureStopServiceRequest>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadySecureStopIterator : IIterator<IPlayReadySecureStopServiceRequest>
Public NotInheritable Class PlayReadySecureStopIterator
Implements IIterator(Of IPlayReadySecureStopServiceRequest)
Inheritance
Object Platform::Object IInspectable PlayReadySecureStopIterator
Attributes
Implements

Windows requirements

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

Properties

Name Description
Current

Gets the current item in the PlayReady secure stop collection.

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.

Methods

Name Description
GetMany(IPlayReadySecureStopServiceRequest[])

Retrieves all items in the PlayReady secure stop collection.

MoveNext()

Advances the enumerator to the next item in the collection.

Applies to

See also


Feedback

Was this page helpful?