ProductCollection Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
This interface represents a collection of Product objects. The collection is a closed set generated by the BootstrapperBuilder based on the Path property. The client cannot add or remove items from this collection.
Namespace: Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly: Microsoft.Build.Tasks (in microsoft.build.tasks.dll)
Assembly: Microsoft.Build.Tasks (in microsoft.build.tasks.dll)
'Declaration <GuidAttribute("EFFA164B-3E87-4195-88DB-8AC004DDFE2A")> _ <ComVisibleAttribute(True)> _ <ClassInterfaceAttribute(ClassInterfaceType.None)> _ Public Class ProductCollection Implements IProductCollection, IEnumerable 'Usage Dim instance As ProductCollection
/** @attribute GuidAttribute("EFFA164B-3E87-4195-88DB-8AC004DDFE2A") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
public class ProductCollection implements IProductCollection, IEnumerable
GuidAttribute("EFFA164B-3E87-4195-88DB-8AC004DDFE2A") ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) public class ProductCollection implements IProductCollection, IEnumerable
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: