다음을 통해 공유


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

매개 변수

  • name
    형식: String

반환 값

형식: Microsoft.VisualStudio.Uml.Interactions.IMessage
IMessage 를 반환합니다.

.NET Framework 보안

참고 항목

참조

InteractionBuilder 클래스

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 네임스페이스