MediaBindingEventArgs.SetUri(Uri) 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.
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)