IMediaMarkers.Markers Property
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.
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.