IActivityNode.Outgoings Property

Edges that have the node as source.

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

Syntax

'Declaration
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>

Property Value

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

.NET Framework Security

See Also

Reference

IActivityNode Interface

Microsoft.VisualStudio.Uml.Activities Namespace