Note

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

Access to this page requires authorization. You can try .

MediaBindingEventArgs.SetUri(Uri) Method

Definition

Namespace:
Windows.Media.Core

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.

Sets the URI of the media content to be bound to the MediaSource.

public:
 virtual void SetUri(Uri ^ uri) = SetUri;
void SetUri(Uri const& uri);
public void SetUri(System.Uri uri);
function setUri(uri)
Public Sub SetUri (uri As Uri)

Parameters

uri
Uri Uri

The URI of the media content to be bound.

Applies to


Feedback

Was this page helpful?