Product.Includes Property
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.
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