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 Edges connecting Nodes in this Activity.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Edges As IEnumerable(Of IActivityEdge)
IEnumerable<IActivityEdge> Edges { get; }
property IEnumerable<IActivityEdge^>^ Edges {
IEnumerable<IActivityEdge^>^ get ();
}
abstract Edges : IEnumerable<IActivityEdge> with get
function get Edges () : IEnumerable<IActivityEdge>
Property Value
Type: System.Collections.Generic.IEnumerable<IActivityEdge>
.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.