IMediaMarkers.Markers Property

Definition

Gets the collection of media markers.

public:
 property IVectorView<IMediaMarker ^> ^ Markers { IVectorView<IMediaMarker ^> ^ get(); };
IVectorView<IMediaMarker> Markers();
public IReadOnlyList<IMediaMarker> Markers { get; }
var iVectorView = iMediaMarkers.markers;
Public ReadOnly Property Markers As IReadOnlyList(Of IMediaMarker)

Property Value

The collection of media markers.

Applies to