Partager via


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

See Also

GetAddInsCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top