Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Edges connecting Nodes in this Activity.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IActivityEdge> Edges { get; }
property IEnumerable<IActivityEdge^>^ Edges {
IEnumerable<IActivityEdge^>^ get();
}
abstract Edges : IEnumerable<IActivityEdge> with get
ReadOnly Property Edges As IEnumerable(Of IActivityEdge)
Property Value
Type: System.Collections.Generic.IEnumerable<IActivityEdge>
See Also
IActivity Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top