Číst v angličtině

Sdílet prostřednictvím


DownloadProgressChangedEventArgs Constructor

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

public DownloadProgressChangedEventArgs(
    long bytesReceived,
    long totalBytesToReceive,
    int progressPercentage,
    Object userState
)

Parameters

  • bytesReceived
    Type: System.Int64
    The number of bytes received before the event was fired.
  • totalBytesToReceive
    Type: System.Int64
    The total number of bytes to receive.
  • progressPercentage
    Type: System.Int32
    The percentage of bytes received.
  • userState
    Type: System.Object
    An object that contains user state information.

.NET Framework Security

See Also

Reference

DownloadProgressChangedEventArgs Class

Microsoft.VisualStudio.ExtensionManager Namespace