Share via


InteractionOperandExtensions.GetNestedCombinedFragments Method (IInteractionOperand)

 

Returns combined fragments nested under the interaction operand

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

Syntax

public static IEnumerable<ICombinedFragment> GetNestedCombinedFragments(
    this IInteractionOperand interactionOperand
)
public:
[ExtensionAttribute]
static IEnumerable<ICombinedFragment^>^ GetNestedCombinedFragments(
    IInteractionOperand^ interactionOperand
)
static member GetNestedCombinedFragments : 
        interactionOperand:IInteractionOperand -> IEnumerable<ICombinedFragment>
<ExtensionAttribute>
Public Shared Function GetNestedCombinedFragments (
    interactionOperand As IInteractionOperand
) As IEnumerable(Of ICombinedFragment)

Parameters

Return Value

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

See Also

InteractionOperandExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top