IProductCollection Interface
.NET Framework 2.0
Note: This interface 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("63F63663-8503-4875-814C-09168E595367")> _ <ComVisibleAttribute(True)> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _ Public Interface IProductCollection 'Usage Dim instance As IProductCollection
/** @attribute GuidAttribute("63F63663-8503-4875-814C-09168E595367") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */
public interface IProductCollection
GuidAttribute("63F63663-8503-4875-814C-09168E595367") ComVisibleAttribute(true) InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) public interface IProductCollection
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: