Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes how objects are ordered as they pass through an object node.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration ObjectNodeOrderingKind
[CLSCompliantAttribute(true)]
public enum ObjectNodeOrderingKind
[CLSCompliantAttribute(true)]
public enum class ObjectNodeOrderingKind
[<CLSCompliantAttribute(true)>]
type ObjectNodeOrderingKind
public enum ObjectNodeOrderingKind
Members
| Member name | Description | |
|---|---|---|
| Fifo | Objects are processed strictly in the order in which they arrive. | |
| Lifo | Objects are processed in the reverse order to which they arrive. | |
| Ordered | The order in which objects pass through is defined by a Selection Behavior. | |
| Unordered | There is no constraint. |
Remarks
Note
The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.