LifelineExtensions.FindInsertionPointAfterCombinedFragment Method
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
'Declaration
<ExtensionAttribute> _
Public Shared Function FindInsertionPointAfterCombinedFragment ( _
lifeline As ILifeline, _
previousCombinedFragment As ICombinedFragment _
) As IInsertionPoint
public static IInsertionPoint FindInsertionPointAfterCombinedFragment(
this ILifeline lifeline,
ICombinedFragment previousCombinedFragment
)
[ExtensionAttribute]
public:
static IInsertionPoint^ FindInsertionPointAfterCombinedFragment(
ILifeline^ lifeline,
ICombinedFragment^ previousCombinedFragment
)
static member FindInsertionPointAfterCombinedFragment :
lifeline:ILifeline *
previousCombinedFragment:ICombinedFragment -> IInsertionPoint
public static function FindInsertionPointAfterCombinedFragment(
lifeline : ILifeline,
previousCombinedFragment : ICombinedFragment
) : 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
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ILifeline. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace