InstallationPart Class
Subclasses of this abstract class represent an instance of a registered feature or component.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Product | Gets the product that this item is a part of. |
| State | Gets the current installation state of the item. |
WixToolset.Dtf.WindowsInstaller.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Product Property
Section titled “Product Property”Gets the product that this item is a part of.
Declaration
Section titled “Declaration”public ProductInstallation Product { get; set; }State Property
Section titled “State Property”Gets the current installation state of the item.
Declaration
Section titled “Declaration”public InstallState State { get; set; }