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
- interactionOperand
Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
InteractionOperandExtensions Klasa
Przestrzeń nazw Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml