AdaptiveMediaSourceDownloadFailedEventArgs.Statistics Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein -Objekt ab, das Downloadstatistiken bereitstellt, die dem Ereignis zugeordnet sind.
public:
property AdaptiveMediaSourceDownloadStatistics ^ Statistics { AdaptiveMediaSourceDownloadStatistics ^ get(); };
AdaptiveMediaSourceDownloadStatistics Statistics();
public AdaptiveMediaSourceDownloadStatistics Statistics { get; }
var adaptiveMediaSourceDownloadStatistics = adaptiveMediaSourceDownloadFailedEventArgs.statistics;
Public ReadOnly Property Statistics As AdaptiveMediaSourceDownloadStatistics
Eigenschaftswert
Ein -Objekt, das dem Ereignis zugeordnete Downloadstatistiken bereitstellt.
Windows-Anforderungen
Gerätefamilie |
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
|