Share via


IActivity.Nodes Property

 

Gets the Nodes (actions, objects, and other nodes) that belong to the Activity.

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

Syntax

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

Property Value

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

See Also

IActivity Interface
Microsoft.VisualStudio.Uml.Activities Namespace

Return to top