InteractionBuilder.AddFoundMessage Method (String, ILifeline)
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public IMessage AddFoundMessage(
string name,
ILifeline target
)
public:
IMessage^ AddFoundMessage(
String^ name,
ILifeline^ target
)
member AddFoundMessage :
name:string *
target:ILifeline -> IMessage
Public Function AddFoundMessage (
name As String,
target As ILifeline
) As IMessage
Parameters
- name
Type: System.String
- target
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions.IMessage
Returns IMessage.
See Also
InteractionBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top