Propriedade IActivityNode.Outgoings

Bordas que possuem o nó como fonte.

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

Sintaxe

'Declaração
ReadOnly Property Outgoings As IEnumerable(Of IActivityEdge)
    Get
IEnumerable<IActivityEdge> Outgoings { get; }
property IEnumerable<IActivityEdge^>^ Outgoings {
    IEnumerable<IActivityEdge^>^ get ();
}
abstract Outgoings : IEnumerable<IActivityEdge>
function get Outgoings () : IEnumerable<IActivityEdge>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<IActivityEdge>

Segurança do .NET Framework

Consulte também

Referência

IActivityNode Interface

Namespace Microsoft.VisualStudio.Uml.Activities