ILayerLink 接口

层模型中所有链接的基。

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

语法

声明
Public Interface ILayerLink _
    Inherits ILayerElement
public interface ILayerLink : ILayerElement
public interface class ILayerLink : ILayerElement
type ILayerLink =  
    interface 
        interface ILayerElement 
    end
public interface ILayerLink extends ILayerElement

ILayerLink 类型公开以下成员。

属性

  名称 说明
公共属性 Description (继承自 ILayerElement。)
公共属性 Id (继承自 ILayerElement。)
公共属性 IsDeleted (继承自 ILayerElement。)
公共属性 Name (继承自 ILayerElement。)
公共属性 Properties (继承自 ILayerElement。)
公共属性 Source 获取源元素。
公共属性 Target 获取目标元素。

页首

扩展方法

  名称 说明
公共扩展方法 Delete() 已重载。 删除元素。 (由 Extensions 定义。)
公共扩展方法 Delete() 已重载。 删除链接。 (由 Extensions 定义。)
公共扩展方法 GetShape 获取表示该层元素的形状。 (由 Extensions 定义。)

页首

请参阅

参考

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