Udostępnij za pośrednictwem


Metoda InteractionExtensions.CreateMessage —

Utwórz pełną wiadomość, rozpoczęcia i zakończenia na wysokościach określonych.

Przestrzeń nazw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Zestaw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (w Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Składnia

'Deklaracja
<ExtensionAttribute> _
Public Shared Function CreateMessage ( _
    parent As IInteraction, _
    sourceInsertionPoint As IInsertionPoint, _
    targetInsertionPoint As IInsertionPoint, _
    messageKind As MessageKind, _
    messageSort As MessageSort _
) As IMessage
public static IMessage CreateMessage(
    this IInteraction parent,
    IInsertionPoint sourceInsertionPoint,
    IInsertionPoint targetInsertionPoint,
    MessageKind messageKind,
    MessageSort messageSort
)
[ExtensionAttribute]
public:
static IMessage^ CreateMessage(
    IInteraction^ parent, 
    IInsertionPoint^ sourceInsertionPoint, 
    IInsertionPoint^ targetInsertionPoint, 
    MessageKind messageKind, 
    MessageSort messageSort
)
static member CreateMessage : 
        parent:IInteraction * 
        sourceInsertionPoint:IInsertionPoint * 
        targetInsertionPoint:IInsertionPoint * 
        messageKind:MessageKind * 
        messageSort:MessageSort -> IMessage
public static function CreateMessage(
    parent : IInteraction, 
    sourceInsertionPoint : IInsertionPoint, 
    targetInsertionPoint : IInsertionPoint, 
    messageKind : MessageKind, 
    messageSort : MessageSort
) : IMessage

Parametry

Wartość zwracana

Typ: Microsoft.VisualStudio.Uml.Interactions.IMessage

Informacje dotyczące użycia

W językach Visual Basic i C# tę metodę można wywołać jako metodę wystąpienia dowolnego obiektu typu IInteraction. Gdy w celu wywołania tej metody jest używana składnia metody wystąpienia, należy pominąć pierwszy parametr. Aby uzyskać więcej informacji, zobacz temat Metody rozszerzeń (Visual Basic) lub Metody rozszerzeń (Przewodnik programowania w języku C#).

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

InteractionExtensions Klasa

Przestrzeń nazw Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml