Compartir a través de


GetOrderedValues Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

When overridden in a derived class, gets a list of the current node's successor nodes if they are a list; otherwise returns an empty immutable collection.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
ProtectedOverridableFunctionGetOrderedValues ( _
    nodeAsNode _
) AsIList(OfNode)
'Usage
DimnodeAsNodeDimreturnValueAsIList(OfNode)

returnValue = Me.GetOrderedValues(node)
protectedvirtualIList<Node> GetOrderedValues(
    Nodenode
)
protected:
virtualIList<Node>^ GetOrderedValues(
    Nodenode
)
protectedfunctionGetOrderedValues(
    node : Node
) : IList<Node>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .IList< (Of < ( <'Node> ) > ) >
A collection of nodes that is the current node's successor nodes if they are a list; otherwise returns an empty immutable collection.

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace