Udostępnij za pośrednictwem


Metoda CombinedFragmentExtensions.CreateInteractionOperand —

Wstaw nowy Operand interakcji we fragmencie połączone.

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 CreateInteractionOperand ( _
    parent As ICombinedFragment, _
    interactionOperand As IInteractionOperand, _
    createNewAfter As Boolean _
) As IInteractionOperand
public static IInteractionOperand CreateInteractionOperand(
    this ICombinedFragment parent,
    IInteractionOperand interactionOperand,
    bool createNewAfter
)
[ExtensionAttribute]
public:
static IInteractionOperand^ CreateInteractionOperand(
    ICombinedFragment^ parent, 
    IInteractionOperand^ interactionOperand, 
    bool createNewAfter
)
static member CreateInteractionOperand : 
        parent:ICombinedFragment * 
        interactionOperand:IInteractionOperand * 
        createNewAfter:bool -> IInteractionOperand
public static function CreateInteractionOperand(
    parent : ICombinedFragment, 
    interactionOperand : IInteractionOperand, 
    createNewAfter : boolean
) : IInteractionOperand

Parametry

  • createNewAfter
    Typ: Boolean

    Jeśli ma wartość true, nowy argument zostaną wstawione po istniejących operand.Jeśli ma wartość FAŁSZ, nowe operand zostaną wstawione przed istniejących operand.

Wartość zwracana

Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Nowe operand interakcji.

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 ICombinedFragment. 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

CombinedFragmentExtensions Klasa

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