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 a message in an interaction.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration MessageKind
[CLSCompliantAttribute(true)]
public enum MessageKind
[CLSCompliantAttribute(true)]
public enum class MessageKind
[<CLSCompliantAttribute(true)>]
type MessageKind
public enum MessageKind
Members
| Member name | Description | |
|---|---|---|
| Complete | The message has both a defined sending lifeline and a receiving lifeline. | |
| Found | The sender is not described within this Interaction. | |
| Lost | The receiver is not described within this Interaction. | |
| Unknown | The status of sender and receiver are unknown. |
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.