DownloadProgressChangedEventArgs Class

 

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)

System::Object
  System::EventArgs
    System.ComponentModel::ProgressChangedEventArgs
      Microsoft.VisualStudio.ExtensionManager::DownloadProgressChangedEventArgs

public ref class DownloadProgressChangedEventArgs : ProgressChangedEventArgs

NameDescription
System_CAPS_pubmethodDownloadProgressChangedEventArgs(Int64, Int64, Int32, Object^)

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

NameDescription
System_CAPS_pubpropertyBytesReceived

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

System_CAPS_pubpropertyProgressPercentage

(Inherited from ProgressChangedEventArgs.)

System_CAPS_pubpropertyTotalBytesToReceive

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

System_CAPS_pubpropertyUserState

(Inherited from ProgressChangedEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: