IProductCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface describes a collection of Product objects. This collection is a closed set that is generated by the BootstrapperBuilder based on the Path property. The client cannot add or remove items from this collection.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IProductCollection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("63F63663-8503-4875-814C-09168E595367")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IProductCollection
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("63F63663-8503-4875-814C-09168E595367")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IProductCollection = interface
Public Interface IProductCollection
- Derived
- Attributes
Remarks
This interface represents a collection of Product objects. The collection is a closed set that is generated by the BootstrapperBuilder based on the Path property. The client cannot add or remove items from this collection.
Properties
Count |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements actually contained in the ProductCollection |
Methods
Item(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the Product at the specified index. |
Product(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the product with the specified product code |