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
sourceInsertionPoint
Typ: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPointPunkt wstawiania na wysyłanie linii życia.
targetInsertionPoint
Typ: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPointPunkt wstawiania na odbierającym linii życia.
messageKind
Typ: Microsoft.VisualStudio.Uml.Interactions.MessageKindMusi być MessageKind.Complete.Użyj CreateLostOrFoundMessage() dla innych MessageKinds
messageSort
Typ: Microsoft.VisualStudio.Uml.Interactions.MessageSortSynchroniczne = wiadomość ma zwrotu części; Asynchroniczne = wiadomości nie ma zwrotu części.
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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml