GetAddInsCompletedEventArgs Constructor (IList<PackageInfo>, Exception)
Creates and initializes an instance of the GetAddInsCompletedEventArgs class.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public GetAddInsCompletedEventArgs(
IList<PackageInfo> packages,
Exception error
)
public:
GetAddInsCompletedEventArgs(
IList<PackageInfo^>^ packages,
Exception^ error
)
Public Sub New (
packages As IList(Of PackageInfo),
error As Exception
)
Parameters
packages
Type: System.Collections.Generic.IList<PackageInfo>The list of installed add-in packages.
error
Type: System.ExceptionThe error that occurred during the operation.
See Also
GetAddInsCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top