LifelineExtensions.FindInsertionPoint メソッド (ILifeline, IInteractionOperand)
相互作用オペランドの開始位置 (上部) にカーソルを戻します。 相互作用オペランド内の最初のメッセージを追加するには、これを使用します。
名前空間: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
アセンブリ: Microsoft.VisualStudio.ArchitectureTools.Extensibility (Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 内)
構文
'宣言
<ExtensionAttribute> _
Public Shared Function FindInsertionPoint ( _
lifeline As ILifeline, _
currentInteractionOperand As IInteractionOperand _
) As IInsertionPoint
public static IInsertionPoint FindInsertionPoint(
this ILifeline lifeline,
IInteractionOperand currentInteractionOperand
)
[ExtensionAttribute]
public:
static IInsertionPoint^ FindInsertionPoint(
ILifeline^ lifeline,
IInteractionOperand^ currentInteractionOperand
)
static member FindInsertionPoint :
lifeline:ILifeline *
currentInteractionOperand:IInteractionOperand -> IInsertionPoint
public static function FindInsertionPoint(
lifeline : ILifeline,
currentInteractionOperand : IInteractionOperand
) : IInsertionPoint
パラメーター
- currentInteractionOperand
型: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
戻り値
型: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPoint
使用上の注意
Visual Basic および Visual C# では、このメソッドを、ILifeline 型のオブジェクトのインスタンス メソッドとして呼び出すことができます。 インスタンス メソッド構文を使用してこのメソッドを呼び出す場合は、最初のパラメーターを省略します。 詳細については、「拡張メソッド (Visual Basic)」または「拡張メソッド (C# プログラミング ガイド)」を参照してください。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 名前空間