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
'Declaration
Public Interface IInsertionPoint
public interface IInsertionPoint
public interface class IInsertionPoint
type IInsertionPoint = interface end
public interface IInsertionPoint
The IInsertionPoint type exposes the following members.
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 |
Top
Remarks
For more information about UML diagrams, see Developing Models for Software Design.
For more information about using the UML API, see Extending UML Models and Diagrams.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace