Sdílet prostřednictvím


InteractionOperandExtensions.GetNestedCombinedFragments – metoda

Vrátí kombinované fragmenty vnořené pod operand interakce

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Deklarace
<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>

Parametry

Vrácená hodnota

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

Poznámka k použití

V jazycích Visual Basic a C# lze tuto metodu volat jako metodu instance libovolného objektu typu IInteractionOperand. Pokud k volání této metody použijete syntaxi metody instance, vynechejte první parametr. Další informace naleznete v tématech Extension Methods (Visual Basic) a Extension Methods (C# Programming Guide).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InteractionOperandExtensions Třída

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů