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.
Gets all the messages that are described in this interaction, including any that are inside Combined Fragments.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IMessage> Messages { get; }
property IEnumerable<IMessage^>^ Messages {
IEnumerable<IMessage^>^ get();
}
abstract Messages : IEnumerable<IMessage> with get
ReadOnly Property Messages As IEnumerable(Of IMessage)
Property Value
Type: System.Collections.Generic.IEnumerable<IMessage>
See Also
IInteraction Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top