Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event information for the operation that gets the list of installed add-in packages.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.WindowsServerSolutions.AddinInfrastructure.GetAddInsCompletedEventArgs
Syntax
public class GetAddInsCompletedEventArgs : AsyncCompletedEventArgs
public ref class GetAddInsCompletedEventArgs : AsyncCompletedEventArgs
Public Class GetAddInsCompletedEventArgs
    Inherits AsyncCompletedEventArgs
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | GetAddInsCompletedEventArgs(IList<PackageInfo>, Exception) | Creates and initializes an instance of the GetAddInsCompletedEventArgs class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AddInPackages | Gets the list of add-in packages that are installed. | 
| .jpeg) | Cancelled | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | Error | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | UserState | (Inherited from AsyncCompletedEventArgs.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top