MediaPlayer.SetUriSource(Uri) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le chemin d’accès au média.
Notes
MediaPlayer.SetUriSource peut être modifié ou indisponible après Windows 10. Utilisez MediaPlayer.Source à la place.
public:
virtual void SetUriSource(Uri ^ value) = SetUriSource;
void SetUriSource(Uri const& value);
/// [Windows.Foundation.Metadata.Deprecated("Use Source instead of SetUriSource. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
void SetUriSource(Uri const& value);
public void SetUriSource(System.Uri value);
[Windows.Foundation.Metadata.Deprecated("Use Source instead of SetUriSource. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
public void SetUriSource(System.Uri value);
function setUriSource(value)
Public Sub SetUriSource (value As Uri)
Paramètres
- Attributs