HtmlMedia.Play 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.
Overloads
Play() | |
Play(TimeSpan) |
Play()
public:
virtual void Play();
public virtual void Play ();
abstract member Play : unit -> unit
override this.Play : unit -> unit
Public Overridable Sub Play ()
Applies to
Play(TimeSpan)
public:
virtual void Play(TimeSpan startTime);
public virtual void Play (TimeSpan startTime);
abstract member Play : TimeSpan -> unit
override this.Play : TimeSpan -> unit
Public Overridable Sub Play (startTime As TimeSpan)
Parameters
- startTime
- TimeSpan