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.
Specifies the ordering in which tokens will be processed. For example if FIFO, tokens will be output in the order that they arrive.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
ObjectNodeOrderingKind Ordering { get; set; }
property ObjectNodeOrderingKind Ordering {
ObjectNodeOrderingKind get();
void set(ObjectNodeOrderingKind value);
}
abstract Ordering : ObjectNodeOrderingKind with get, set
Property Ordering As ObjectNodeOrderingKind
Property Value
Type: Microsoft.VisualStudio.Uml.Activities.ObjectNodeOrderingKind
See Also
IObjectNode Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top