Поделиться через


InteractionBuilder.AddFoundMessage - метод

Пространство имен:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Сборка:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (в Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Синтаксис

'Декларация
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

Параметры

Возвращаемое значение

Тип: Microsoft.VisualStudio.Uml.Interactions.IMessage
Возвращает IMessage.

Безопасность платформы .NET Framework

См. также

Ссылки

InteractionBuilder Класс

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml - пространство имен