IObjectFlow.Selection (Propiedad)

Si está definido, este comportamiento determina qué objetos pueden pasar a través del flujo.Se eliminan otros objetos.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Activities
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

Seguridad de .NET Framework

Vea también

Referencia

IObjectFlow Interfaz

Microsoft.VisualStudio.Uml.Activities (Espacio de nombres)