InteractionOperandExtensions.GetNestedCombinedFragments Method
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
'Declaration
<ExtensionAttribute> _
Public Shared Function GetNestedCombinedFragments ( _
interactionOperand As IInteractionOperand _
) As IEnumerable(Of ICombinedFragment)
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
- interactionOperand
Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
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 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InteractionOperandExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace