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 the set of messages to be considered or ignored.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IList<INamedElement> Messages { get; }
property IList<INamedElement^>^ Messages {
IList<INamedElement^>^ get();
}
abstract Messages : IList<INamedElement> with get
ReadOnly Property Messages As IList(Of INamedElement)
Property Value
Type: System.Collections.Generic.IList<INamedElement>
See Also
IConsiderIgnoreFragment Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top