PlanMsiFeatureEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanMsiFeature»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| FeatureId | Gets the identity of the feature to plan. |
| PackageId | Gets the identity of the feature’s package to plan. |
| RecommendedState | Gets the recommended feature state to use by planning. |
| State | Gets or sets the feature state to use by planning. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
FeatureId Property
Section titled “FeatureId Property”Gets the identity of the feature to plan.
Declaration
Section titled “Declaration”public string FeatureId { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the feature’s package to plan.
Declaration
Section titled “Declaration”public string PackageId { get; set; }RecommendedState Property
Section titled “RecommendedState Property”Gets the recommended feature state to use by planning.
Declaration
Section titled “Declaration”public FeatureState RecommendedState { get; set; }State Property
Section titled “State Property”Gets or sets the feature state to use by planning.
Declaration
Section titled “Declaration”public FeatureState State { get; set; }