IObjectFlow.Selection Property

If defined, this Behavior determines which objects can pass through the flow. Other objects are deleted.

Namespace:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property Selection As IBehavior
IBehavior Selection { get; set; }
property IBehavior^ Selection {
    IBehavior^ get ();
    void set (IBehavior^ value);
}
abstract Selection : IBehavior with get, set
function get Selection () : IBehavior 
function set Selection (value : IBehavior)

Property Value

Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

.NET Framework Security

See Also

Reference

IObjectFlow Interface

Microsoft.VisualStudio.Uml.Activities Namespace