IProductCollection.Item(Int32) Method
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.
Gets the Product at the specified index.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
Microsoft::Build::Tasks::Deployment::Bootstrapper::Product ^ Item(int index);
public Microsoft.Build.Tasks.Deployment.Bootstrapper.Product Item (int index);
abstract member Item : int -> Microsoft.Build.Tasks.Deployment.Bootstrapper.Product
Public Function Item (index As Integer) As Product
Parameters
- index
- Int32
The zero-based index of the element to get
Returns
The Product at the specified index