InstallProgressChangedEventArgs Class

 

Event arguments consumed by the InstallProgressChanged event.

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

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

public ref class InstallProgressChangedEventArgs : ProgressChangedEventArgs

NameDescription
System_CAPS_pubmethodInstallProgressChangedEventArgs(Boolean, Int32, Object^)

Creates an InstallProgressChangedEventArgs object.

NameDescription
System_CAPS_pubpropertyProgressPercentage

(Inherited from ProgressChangedEventArgs.)

System_CAPS_pubpropertyUninstalling

Indicates whether the event is fired by an uninstall operation or an install operation.

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.)

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

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: