LifelineExtensions.GetCombinedFragments Method (ILifeline)
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
public static IEnumerable<ICombinedFragment> GetCombinedFragments(
this ILifeline lifeline
)
public:
[ExtensionAttribute]
static IEnumerable<ICombinedFragment^>^ GetCombinedFragments(
ILifeline^ lifeline
)
static member GetCombinedFragments :
lifeline:ILifeline -> IEnumerable<ICombinedFragment>
<ExtensionAttribute>
Public Shared Function GetCombinedFragments (
lifeline As ILifeline
) As IEnumerable(Of ICombinedFragment)
Parameters
- lifeline
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
Return Value
Type: System.Collections.Generic.IEnumerable<ICombinedFragment>
See Also
LifelineExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top