HtmlMedia.Play Method
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.
C++
public:
virtual void Play();
public virtual void Play();
abstract member Play : unit -> unit
override this.Play : unit -> unit
Public Overridable Sub Play ()
Applies to
Visual Studio SDK 2017
Produit | Versions |
---|---|
Visual Studio SDK | 2017 |
C++
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
Applies to
Visual Studio SDK 2017
Produit | Versions |
---|---|
Visual Studio SDK | 2017 |