PlaybackMediaMarkerSequence Classe

Definizione

Raccolta ordinata di oggetti PlaybackMediaMarker .

public ref class PlaybackMediaMarkerSequence sealed : IIterable<PlaybackMediaMarker ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PlaybackMediaMarkerSequence final : IIterable<PlaybackMediaMarker>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PlaybackMediaMarkerSequence : IEnumerable<PlaybackMediaMarker>
Public NotInheritable Class PlaybackMediaMarkerSequence
Implements IEnumerable(Of PlaybackMediaMarker)
Ereditarietà
Object Platform::Object IInspectable PlaybackMediaMarkerSequence
Attributi
Implementazioni

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Proprietà

Size

Restituisce il numero di elementi nella sequenza.

Metodi

Clear()

Rimuove tutti gli elementi dalla sequenza.

First()

Ottiene un IIterator che punta al primo PlaybackMediaMarker nella sequenza.

Insert(PlaybackMediaMarker)

Aggiunge un oggetto PlaybackMediaMarker alla sequenza nella posizione ordinata.

Si applica a

Vedi anche