Share via


IActivityNode.Incomings Property

 

Edges that have the node as target.

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

Syntax

IEnumerable<IActivityEdge> Incomings { get; }
property IEnumerable<IActivityEdge^>^ Incomings {
    IEnumerable<IActivityEdge^>^ get();
}
abstract Incomings : IEnumerable<IActivityEdge> with get
ReadOnly Property Incomings As IEnumerable(Of IActivityEdge)

Property Value

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

See Also

IActivityNode Interface
Microsoft.VisualStudio.Uml.Activities Namespace

Return to top