Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
IEnumerable<IActivityNode> Nodes { get; }
property IEnumerable<IActivityNode^>^ Nodes {
IEnumerable<IActivityNode^>^ get ();
}
abstract Nodes : IEnumerable<IActivityNode> with get
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.