GetAddInsCompletedEventArgs Class
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 | |
---|---|---|
GetAddInsCompletedEventArgs(IList<PackageInfo>, Exception) | Creates and initializes an instance of the GetAddInsCompletedEventArgs class. |
Properties
Name | Description | |
---|---|---|
AddInPackages | Gets the list of add-in packages that are installed. |
|
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
|
Error | (Inherited from AsyncCompletedEventArgs.) |
|
UserState | (Inherited from AsyncCompletedEventArgs.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
|
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