PlaybackMediaMarkerSequence.First Method
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 an IIterator pointing at the first PlaybackMediaMarker in the sequence.
public:
virtual IIterator<PlaybackMediaMarker ^> ^ First() = IIterable<PlaybackMediaMarker ^>::First;
IIterator<PlaybackMediaMarker> First();
public IIterator<PlaybackMediaMarker> First();
function first()
Public Function First () As IIterator(Of PlaybackMediaMarker)
Returns
Iterator pointing at the first media marker in the sequence.