FlowSwitch.Cases Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A dictionary of cases to be processed by the FlowSwitch element.

Namespace:  System.Activities.Core
Assembly:  System.Activities.Core (in System.Activities.Core.dll)

Syntax

'Declaration
Public ReadOnly Property Cases As IDictionary(Of Object, FlowNode)
    Get
'Usage
Dim instance As FlowSwitch
Dim value As IDictionary(Of Object, FlowNode)

value = instance.Cases
public IDictionary<Object, FlowNode> Cases { get; }
public:
property IDictionary<Object^, FlowNode^>^ Cases {
    IDictionary<Object^, FlowNode^>^ get ();
}
function get Cases () : IDictionary<Object, FlowNode>
member Cases : IDictionary<Object, FlowNode>

Property Value

Type: System.Collections.Generic.IDictionary<Object, FlowNode>
The collection of cases.

Remarks

Each element in the dictionary consists of an object of a type that implements IComparable (such as String) and a corresponding FlowNode to execute.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

FlowSwitch Class

FlowSwitch Members

System.Activities.Core Namespace