Udostępnij za pośrednictwem


IProduct.Includes Property

Definition

All products which this product also installs

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 ^ Includes { Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection Includes { get; }
member this.Includes : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection
Public ReadOnly Property Includes As ProductCollection

Property Value

A ProductCollection object that contains all products that this product installs.

Applies to