次の方法で共有


MediaPlayer.DownloadProgress プロパティ

定義

リモート サーバーに配置されているコンテンツのダウンロードの進行状況の割合を取得します。

public:
 property double DownloadProgress { double get(); };
public double DownloadProgress { get; }
member this.DownloadProgress : double
Public ReadOnly Property DownloadProgress As Double

プロパティ値

Double

0 ~ 1 の値で表される、リモート サーバーに配置されているコンテンツのダウンロードの進行状況の割合。 既定値は 0 です。

適用対象