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.
Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Function AddFoundMessage ( _
    name As String, _
    target As ILifeline _
) As IMessage
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 : String, 
    target : ILifeline
) : IMessage
Parameters
- name
Type: System.String 
- 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