다음을 통해 공유


Product.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; }
public Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection Includes { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Includes : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Includes : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection
Public ReadOnly Property Includes As ProductCollection

Property Value

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

Implements

Attributes

Applies to