Freigeben über


IBootstrapperBuilder.Products Property

Definition

Returns all products available at the current bootstrapper Path

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductCollection ^ Products { Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection Products { get; }
member this.Products : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection
Public ReadOnly Property Products As ProductCollection

Property Value

A ProductCollection object that represents all products available at the current bootstrapper Path.

Applies to