IMediaMarkers
IMediaMarkers
IMediaMarkers
IMediaMarkers
Interface
Definition
Represents a collection of media markers.
public : interface IMediaMarkerspublic interface IMediaMarkersPublic Interface IMediaMarkers// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Markers Markers Markers Markers
Gets the collection of media markers.
public : IVectorView<IMediaMarker> Markers { get; }public IReadOnlyList<IMediaMarker> Markers { get; }Public ReadOnly Property Markers As IReadOnlyList<IMediaMarker>// You can use this property in JavaScript.
- Value
- IVectorView<IMediaMarker> IReadOnlyList<IMediaMarker> IReadOnlyList<IMediaMarker> IReadOnlyList<IMediaMarker>
The collection of media markers.