Markers Property
Gets the markers collection.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public ReadOnly Property Markers As TimelineMarkerCollection
'Usage
Dim instance As SmoothStreamingMediaElement
Dim value As TimelineMarkerCollection
value = instance.Markers
public TimelineMarkerCollection Markers { get; }
public:
property TimelineMarkerCollection^ Markers {
TimelineMarkerCollection^ get ();
}
function get Markers () : TimelineMarkerCollection
Property Value
Type: System.Windows.Media.TimelineMarkerCollection
A collection of timeline markers.
Remarks
For more information, see Timeline Markers and Events (IIS Smooth Streaming).
Version Information
Silverlight
Supported in: 4
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.