MessageExtensions Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetOppositeMessage(IMessage^) | For a synchronous message, returns the reply. For a reply message, returns the outgoing message. Returns null for asynchronous messages. |
![]() ![]() | GetSourceExecutionSpecification(IMessage^) | The Execution Specification from which this message is outgoing. Null if this is sourced directly on a lifeline or is a found message. |
![]() ![]() | GetSourceLifeline(IMessage^) | The lifeline from which this message is outgoing. Null if this is a Found message. |
![]() ![]() | GetTargetExecutionSpecification(IMessage^) | The Execution Specification to which this message is incoming. Null if this is targeted directly on a lifeline or is a lost message. |
![]() ![]() | GetTargetLifeline(IMessage^) | The lifeline to which this message is incoming. Null if this is a Lost message. |
Show:

