次の方法で共有


InteractionOperandExtensions.GetNestedCombinedFragments メソッド

相互作用オペランドで入れ子になっている結合フラグメントを返します

名前空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
アセンブリ:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 内)

構文

'宣言
<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>

パラメーター

戻り値

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

使用上の注意

Visual Basic および Visual C# では、このメソッドを、IInteractionOperand 型のオブジェクトのインスタンス メソッドとして呼び出すことができます。 インスタンス メソッド構文を使用してこのメソッドを呼び出す場合は、最初のパラメーターを省略します。 詳細については、「拡張メソッド (Visual Basic)」または「拡張メソッド (C# プログラミング ガイド)」を参照してください。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

InteractionOperandExtensions クラス

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 名前空間