IInsertionPoint 接口

生命线上的一个点,用于开始或结束消息以及附加其他元素。

命名空间:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
程序集:  Microsoft.VisualStudio.ArchitectureTools.Extensibility(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

语法

声明
Public Interface IInsertionPoint
public interface IInsertionPoint
public interface class IInsertionPoint
type IInsertionPoint =  interface end
public interface IInsertionPoint

IInsertionPoint 类型公开以下成员。

属性

  名称 说明
公共属性 Endpoint 消息在该插入点处结束。如果在此插入点的末尾没有消息,则为 null。
公共属性 Lifeline 插入点所在位置的 ILifeline

页首

备注

有关 UML 关系图的更多信息,请参见 开发软件设计模型

有关使用 UML API 的更多信息,请参见 扩展 UML 模型和关系图

请参见

参考

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 命名空间