MediaPlayer.DownloadProgress プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート サーバーに配置されているコンテンツのダウンロードの進行状況の割合を取得します。
public:
property double DownloadProgress { double get(); };
public double DownloadProgress { get; }
member this.DownloadProgress : double
Public ReadOnly Property DownloadProgress As Double
プロパティ値
0 ~ 1 の値で表される、リモート サーバーに配置されているコンテンツのダウンロードの進行状況の割合。 既定値は 0 です。