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
'Declaration
ReadOnly Property Incomings As IEnumerable(Of IActivityEdge)
IEnumerable<IActivityEdge> Incomings { get; }
property IEnumerable<IActivityEdge^>^ Incomings {
IEnumerable<IActivityEdge^>^ get ();
}
abstract Incomings : IEnumerable<IActivityEdge> with get
function get Incomings () : IEnumerable<IActivityEdge>
Property Value
Type: System.Collections.Generic.IEnumerable<IActivityEdge>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.