UninstallFeatureByNameStep
public sealed class UninstallFeatureByNameStep : ActionStepRemoves a named Unity feature package and its unlocked dependencies from the open project.
Constructors
Section titled “Constructors”
UninstallFeatureByNameStep()
Section titled “UninstallFeatureByNameStep()”public UninstallFeatureByNameStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Removes the configured Unity feature package and its unlocked dependencies from the open project.
Parameters
| Name | Type |
|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task