Udostępnij za pośrednictwem


Metoda InteractionOperandExtensions.GetNestedCombinedFragments —

Zwraca Scalonej fragmenty zagnieżdżone pod operand interakcji

Przestrzeń nazw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Zestaw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (w Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Składnia

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

Wartość zwracana

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

Informacje dotyczące użycia

W językach Visual Basic i C# tę metodę można wywołać jako metodę wystąpienia dowolnego obiektu typu IInteractionOperand. Gdy w celu wywołania tej metody jest używana składnia metody wystąpienia, należy pominąć pierwszy parametr. Aby uzyskać więcej informacji, zobacz temat Rozszerzenie metody (Visual Basic) lub Rozszerzenie metody (Podręcznik programowania C#).

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

InteractionOperandExtensions Klasa

Przestrzeń nazw Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml