InteractionExtensions.CreateLostFoundMessage – metoda
Vytvořte zprávu, která nezačíná na životnost nebo která nekončí 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
- messageKind
Typ: Microsoft.VisualStudio.Uml.Interactions.MessageKind
Ztracené = zpráva má nedefinované cíl nalezen = Nedefinovaný zdroj.
- lostFoundInsertionPoint
Typ: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPoint
Kurzor konce na životnost.
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 Rozšíření metody (Visual Basic) a Rozšíření metody (Příručka programování C#).
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů