InteractionExtensions.GetCombinedFragments Method
All the combined fragments under the interaction.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetCombinedFragments ( _
interaction As IInteraction _
) As IEnumerable(Of ICombinedFragment)
public static IEnumerable<ICombinedFragment> GetCombinedFragments(
this IInteraction interaction
)
[ExtensionAttribute]
public:
static IEnumerable<ICombinedFragment^>^ GetCombinedFragments(
IInteraction^ interaction
)
static member GetCombinedFragments :
interaction:IInteraction -> IEnumerable<ICombinedFragment>
public static function GetCombinedFragments(
interaction : IInteraction
) : IEnumerable<ICombinedFragment>
Parameters
- interaction
Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction
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 IInteraction. 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
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace