DownloadProgressChangedEventArgs.BytesReceived 属性

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
Public ReadOnly Property BytesReceived As Long
public long BytesReceived { get; }
public:
property long long BytesReceived {
    long long get ();
}
member BytesReceived : int64 with get
function get BytesReceived () : long

属性值

类型:Int64
在活动之前接收字节数会激发的。

.NET Framework 安全性

请参阅

参考

DownloadProgressChangedEventArgs 类

Microsoft.VisualStudio.ExtensionManager 命名空间