次の方法で共有


AdaptiveMediaSourceDownloadFailedEventArgs.ResourceByteRangeLength プロパティ

定義

失敗したメディアダウンロード要求のバイト範囲の長さを取得します。

public:
 property IReference<unsigned long long> ^ ResourceByteRangeLength { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> ResourceByteRangeLength();
public System.Nullable<ulong> ResourceByteRangeLength { get; }
var iReference = adaptiveMediaSourceDownloadFailedEventArgs.resourceByteRangeLength;
Public ReadOnly Property ResourceByteRangeLength As Nullable(Of ULong)

プロパティ値

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

失敗したメディアダウンロード要求のバイト範囲の長さ。

適用対象