ILayerCommentLink 接口

从注释链接到元素。

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

语法

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

ILayerCommentLink 类型公开以下成员。

属性

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

页首

扩展方法

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

页首

请参阅

参考

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