IMessage.MessageKind Property
Lost = the message is sent from a lifeline to an undefined receiver; Found = the message comes from an undefined sender; Complete = the message is sent from one Lifeline to another.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property MessageKind As MessageKind
MessageKind MessageKind { get; }
property MessageKind MessageKind {
MessageKind get ();
}
abstract MessageKind : MessageKind with get
function get MessageKind () : MessageKind
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.MessageKind
.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.