Propriedade IObjectFlow.Selection

Se definido, esse comportamento determina quais objetos podem passar por fluxo. Outros objetos são excluídos.

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

Sintaxe

'Declaração
Property Selection As IBehavior
    Get
    Set
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 propriedade

Tipo: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

Segurança do .NET Framework

Consulte também

Referência

IObjectFlow Interface

Namespace Microsoft.VisualStudio.Uml.Activities