SwitchCase Class
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.
Switch cases with have a value and corresponding activities.
public class SwitchCase
type SwitchCase = class
Public Class SwitchCase
- Inheritance
-
SwitchCase
Constructors
SwitchCase() |
Initializes a new instance of the SwitchCase class. |
SwitchCase(String, IList<Activity>) |
Initializes a new instance of the SwitchCase class. |
Properties
Activities |
Gets or sets list of activities to execute for satisfied case condition. |
Value |
Gets or sets expected value that satisfies the expression result of the 'on' property. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.