Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- interactionOperand
Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Return Value
Type: System.Collections.Generic.IEnumerable<ICombinedFragment>
See Also
InteractionOperandExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top