IMessage.MessageSort Property
Synchronous = the sender waits for control to return, and a return arrow is shown on the sequence diagram. Asynchronous = the sender continues after sending the message.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property MessageSort As MessageSort
MessageSort MessageSort { get; }
property MessageSort MessageSort {
MessageSort get ();
}
abstract MessageSort : MessageSort with get
function get MessageSort () : MessageSort
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.MessageSort
.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.