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