Share via


Selection Class

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

Defines a selection of objects.

Namespace:  System.Activities.Design.Interaction
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public Class Selection _
    Inherits ContextItem
'Usage
Dim instance As Selection
public class Selection : ContextItem
public ref class Selection : public ContextItem
public class Selection extends ContextItem
type Selection =  
    class
        inherit ContextItem
    end

Remarks

Selections consist of zero or more objects. The first object in a selection is defined as the primary selection, which is used when one object in a group must be used as a key. Each object is stored as a ModelItem.

Inheritance Hierarchy

System.Object
  System.Activities.Design.ContextItem
    System.Activities.Design.Interaction.Selection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

Selection Members

System.Activities.Design.Interaction Namespace