MediaBindingEventArgs.SetUri(Uri) Method

Definition

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