InteractionExtensions.CreateCombinedFragment – metoda (IInteraction, InteractionOperatorKind, IEnumerable<IInsertionPoint>)
Vytvořte Fragment kombinované obsahující jeden operand.Později můžete přidat více operandů.
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 CreateCombinedFragment ( _
parent As IInteraction, _
operatorKind As InteractionOperatorKind, _
insertionPointsOnLifelines As IEnumerable(Of IInsertionPoint) _
) As ICombinedFragment
public static ICombinedFragment CreateCombinedFragment(
this IInteraction parent,
InteractionOperatorKind operatorKind,
IEnumerable<IInsertionPoint> insertionPointsOnLifelines
)
[ExtensionAttribute]
public:
static ICombinedFragment^ CreateCombinedFragment(
IInteraction^ parent,
InteractionOperatorKind operatorKind,
IEnumerable<IInsertionPoint^>^ insertionPointsOnLifelines
)
static member CreateCombinedFragment :
parent:IInteraction *
operatorKind:InteractionOperatorKind *
insertionPointsOnLifelines:IEnumerable<IInsertionPoint> -> ICombinedFragment
public static function CreateCombinedFragment(
parent : IInteraction,
operatorKind : InteractionOperatorKind,
insertionPointsOnLifelines : IEnumerable<IInsertionPoint>
) : ICombinedFragment
Parametry
- operatorKind
Typ: Microsoft.VisualStudio.Uml.Interactions.InteractionOperatorKind
Provozovatel definuje, jak je interpretováno kombinace fragmenty - alternativy, paralelní a podobně.
- insertionPointsOnLifelines
Typ: System.Collections.Generic.IEnumerable<IInsertionPoint>
Stávající kolekce body na životnosti, které by měly být předmětem počáteční operand kombinované fragmentu.
Vrácená hodnota
Typ: Microsoft.VisualStudio.Uml.Interactions.ICombinedFragment
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
CreateCombinedFragment – přetížení
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů