Propriedade IObjectNode.Selection

Se definido, esse comportamento escolhe qual objeto, em seguida, de saída do buffer no nó de objetos.

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

IObjectNode Interface

Namespace Microsoft.VisualStudio.Uml.Activities