Sdílet prostřednictvím


InteractionExtensions.CreateLostFoundMessage – metoda

Vytvořte zprávu, která nezačíná na životnost nebo nesmí končit na životnost.

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Deklarace
<ExtensionAttribute> _
Public Shared Function CreateLostFoundMessage ( _
    parent As IInteraction, _
    messageKind As MessageKind, _
    lostFoundInsertionPoint As IInsertionPoint _
) As IMessage
public static IMessage CreateLostFoundMessage(
    this IInteraction parent,
    MessageKind messageKind,
    IInsertionPoint lostFoundInsertionPoint
)
[ExtensionAttribute]
public:
static IMessage^ CreateLostFoundMessage(
    IInteraction^ parent, 
    MessageKind messageKind, 
    IInsertionPoint^ lostFoundInsertionPoint
)
static member CreateLostFoundMessage : 
        parent:IInteraction * 
        messageKind:MessageKind * 
        lostFoundInsertionPoint:IInsertionPoint -> IMessage 
public static function CreateLostFoundMessage(
    parent : IInteraction, 
    messageKind : MessageKind, 
    lostFoundInsertionPoint : IInsertionPoint
) : IMessage

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.Uml.Interactions.IMessage

Poznámka k použití

V jazycích Visual Basic a C# lze tuto metodu volat jako metodu instance libovolného objektu typu IInteraction. Pokud k volání této metody použijete syntaxi metody instance, vynechejte první parametr. Další informace naleznete v tématech Extension Methods (Visual Basic) a Extension Methods (C# Programming Guide).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InteractionExtensions Třída

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů