InstallCompletedEventArgs Class

 

Event arguments consumed by the InstallCompleted event.

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

System::Object
  System::EventArgs
    System.ComponentModel::AsyncCompletedEventArgs
      Microsoft.VisualStudio.ExtensionManager::InstallCompletedEventArgs

public ref class InstallCompletedEventArgs : AsyncCompletedEventArgs

NameDescription
System_CAPS_pubpropertyCancelled

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyError

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyExtension

The installed extension.

System_CAPS_pubpropertyRestartRequired

States whether a restart is required.

System_CAPS_pubpropertyState

System_CAPS_pubpropertyUserState

(Inherited from AsyncCompletedEventArgs.)

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_protmethodRaiseExceptionIfNecessary()

(Inherited from AsyncCompletedEventArgs.)

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: