다음을 통해 공유


ProductCollection.Item(Int32) Method

Definition

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:
 virtual 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
override this.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

Implements

Applies to