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)

public interface class IInsertionPoint

NameDescription
System_CAPS_pubpropertyEndpoint

The message end at this insertion point. Null if there is no message end at this insertion point.

System_CAPS_pubpropertyLifeline

The ILifeline where the insertion point resides

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.

Return to top
Show: