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

'Declaration
ReadOnly Property Nodes As IEnumerable(Of IActivityNode)
    Get
IEnumerable<IActivityNode> Nodes { get; }
property IEnumerable<IActivityNode^>^ Nodes {
    IEnumerable<IActivityNode^>^ get ();
}
abstract Nodes : IEnumerable<IActivityNode>
function get Nodes () : IEnumerable<IActivityNode>

Property Value

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

.NET Framework Security

See Also

Reference

IActivity Interface

Microsoft.VisualStudio.Uml.Activities Namespace