Share via


InteractionOperandExtensions.GetNestedCombinedFragments Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns combined fragments nested under the interaction operand

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetNestedCombinedFragments ( _
    interactionOperand As IInteractionOperand _
) As IEnumerable(Of ICombinedFragment)
'Usage
Dim interactionOperand As IInteractionOperand
Dim returnValue As IEnumerable(Of ICombinedFragment)

returnValue = interactionOperand.GetNestedCombinedFragments()
public static IEnumerable<ICombinedFragment> GetNestedCombinedFragments(
    this IInteractionOperand interactionOperand
)
[ExtensionAttribute]
public:
static IEnumerable<ICombinedFragment^>^ GetNestedCombinedFragments(
    IInteractionOperand^ interactionOperand
)
static member GetNestedCombinedFragments : 
        interactionOperand:IInteractionOperand -> IEnumerable<ICombinedFragment> 
public static function GetNestedCombinedFragments(
    interactionOperand : IInteractionOperand
) : IEnumerable<ICombinedFragment>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<ICombinedFragment>
A collection of nested child combined fragments under the interaction operand.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IInteractionOperand. 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

InteractionOperandExtensions Class

InteractionOperandExtensions Members

Microsoft.VisualStudio.Uml.Extensions Namespace