IInsertionPoint Interface
A point on a Lifeline at which messages can begin or end, and where other elements can be attached.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public interface IInsertionPoint
public interface class IInsertionPoint
type IInsertionPoint = interface end
Public Interface IInsertionPoint
Properties
Name | Description | |
---|---|---|
Endpoint | The message end at this insertion point. Null if there is no message end at this insertion point. |
|
Lifeline | The ILifeline where the insertion point resides |
Remarks
For more information about UML diagrams, see Create models for your app.
For more information about using the UML API, see Extend UML models and diagrams.
See Also
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top