GetAddInsCompletedEventArgs.AddInPackages Property
Gets the list of add-in packages that are installed.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public IList<PackageInfo> AddInPackages { get; }
public:
property IList<PackageInfo^>^ AddInPackages {
IList<PackageInfo^>^ get();
}
Public ReadOnly Property AddInPackages As IList(Of PackageInfo)
Property Value
Type: System.Collections.Generic.IList<PackageInfo>
An IList<T> list of add-in packages that are installed.
See Also
GetAddInsCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top