Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
ReadOnly Property Messages As IEnumerable(Of IMessage)
IEnumerable<IMessage> Messages { get; }
property IEnumerable<IMessage^>^ Messages {
IEnumerable<IMessage^>^ get ();
}
abstract Messages : IEnumerable<IMessage> with get
function get Messages () : IEnumerable<IMessage>
Property Value
Type: System.Collections.Generic.IEnumerable<IMessage>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.