Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaPlayer.Open(Uri) Method

Definition

Namespace:
System.Windows.Media
Assembly:
PresentationCore.dll

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.

Opens the given Uri for media playback.

public:
 void Open(Uri ^ source);
public void Open(Uri source);
member this.Open : Uri -> unit
Public Sub Open (source As Uri)

Parameters

source
Uri

The media source Uri.

Applies to


Feedback

Was this page helpful?