NetworkProgressChangedEventArgs.ProcessedBytes 属性

定义

注意

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

获取已处理的字节数。

public:
 property int ProcessedBytes { int get(); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public int ProcessedBytes { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.ProcessedBytes : int
Public ReadOnly Property ProcessedBytes As Integer

属性值

返回 Int32

要处理的字节数。

属性

适用于