UIAutomation.RemoveWizardStepCommand.Execute C# (CSharp) Method

Execute() public method

public Execute ( ) : void
return void
        public override void Execute()
        {
            RemoveUiaWizardStepCommand cmdlet =
                (RemoveUiaWizardStepCommand)Cmdlet;
            
            WizardHelper.RemoveWizardStep(cmdlet);
        }
    }
RemoveWizardStepCommand