LifelineExtensions.GetCombinedFragments Method

The collection of Combined Fragments that contain messages starting or ending on this lifeline, or that contain Interaction Uses or nested fragments that cover this Lifeline.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetCombinedFragments ( _
    lifeline As ILifeline _
) As IEnumerable(Of ICombinedFragment)
public static IEnumerable<ICombinedFragment> GetCombinedFragments(
    this ILifeline lifeline
)
[ExtensionAttribute]
public:
static IEnumerable<ICombinedFragment^>^ GetCombinedFragments(
    ILifeline^ lifeline
)
static member GetCombinedFragments : 
        lifeline:ILifeline -> IEnumerable<ICombinedFragment> 
public static function GetCombinedFragments(
    lifeline : ILifeline
) : IEnumerable<ICombinedFragment>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<ICombinedFragment>

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

See Also

Reference

LifelineExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace