InteractionExtensions.CreateInteractionUse – metoda
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 CreateInteractionUse ( _
parent As IInteraction, _
insertionPointsOnLifelines As IEnumerable(Of IInsertionPoint) _
) As IInteractionUse
public static IInteractionUse CreateInteractionUse(
this IInteraction parent,
IEnumerable<IInsertionPoint> insertionPointsOnLifelines
)
[ExtensionAttribute]
public:
static IInteractionUse^ CreateInteractionUse(
IInteraction^ parent,
IEnumerable<IInsertionPoint^>^ insertionPointsOnLifelines
)
static member CreateInteractionUse :
parent:IInteraction *
insertionPointsOnLifelines:IEnumerable<IInsertionPoint> -> IInteractionUse
public static function CreateInteractionUse(
parent : IInteraction,
insertionPointsOnLifelines : IEnumerable<IInsertionPoint>
) : IInteractionUse
Parametry
- insertionPointsOnLifelines
Typ: System.Collections.Generic.IEnumerable<IInsertionPoint>
Body na životnosti, které by měly být předmětem nové použití interakce.
Vrácená hodnota
Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionUse
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ů