Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If defined, this Behavior chooses which object to output next, from the objects buffered in the node.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.