LifelineExtensions.FindInsertionPointAfterCombinedFragment Method (ILifeline, ICombinedFragment)
Returns an insertion point immediately after the given Combined Fragment
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static IInsertionPoint FindInsertionPointAfterCombinedFragment(
this ILifeline lifeline,
ICombinedFragment previousCombinedFragment
)
public:
[ExtensionAttribute]
static IInsertionPoint^ FindInsertionPointAfterCombinedFragment(
ILifeline^ lifeline,
ICombinedFragment^ previousCombinedFragment
)
static member FindInsertionPointAfterCombinedFragment :
lifeline:ILifeline *
previousCombinedFragment:ICombinedFragment -> IInsertionPoint
<ExtensionAttribute>
Public Shared Function FindInsertionPointAfterCombinedFragment (
lifeline As ILifeline,
previousCombinedFragment As ICombinedFragment
) As IInsertionPoint
Parameters
- lifeline
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
- previousCombinedFragment
Type: Microsoft.VisualStudio.Uml.Interactions.ICombinedFragment
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPoint
See Also
LifelineExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top