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 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
- 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.