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
- interactionOperand
Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Vrácená hodnota
Typ: 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 Metody rozšíření (Visual Basic) a Metody rozšíření (Průvodce programováním v C#).
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
InteractionOperandExtensions Třída
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů