InteractionBuilder.AddMessage Method
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Function AddMessage ( _
name As String, _
sort As MessageSort, _
source As ILifeline, _
target As ILifeline _
) As IMessage
public IMessage AddMessage(
string name,
MessageSort sort,
ILifeline source,
ILifeline target
)
public:
IMessage^ AddMessage(
String^ name,
MessageSort sort,
ILifeline^ source,
ILifeline^ target
)
member AddMessage :
name:string *
sort:MessageSort *
source:ILifeline *
target:ILifeline -> IMessage
public function AddMessage(
name : String,
sort : MessageSort,
source : ILifeline,
target : ILifeline
) : IMessage
Parameters
- name
Type: System.String
- source
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
- target
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions.IMessage
Returns 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.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace