ILayerCommentLink Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Link from a comment to an element.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

'Declaration
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

The ILayerCommentLink type exposes the following members.

Properties

  Name Description
Public property Description (Inherited from ILayerElement.)
Public property Id (Inherited from ILayerElement.)
Public property IsDeleted (Inherited from ILayerElement.)
Public property Name (Inherited from ILayerElement.)
Public property Properties (Inherited from ILayerElement.)
Public property Source Get the source comment.
Public property Target Get the target element. (Inherited from ILayerLink.)

Top

Extension Methods

  Name Description
Public Extension Method Delete() Overloaded. Delete the link. (Defined by Extensions.)
Public Extension Method Delete() Overloaded. Delete the element. (Defined by Extensions.)
Public Extension Method GetShape Get the shape that presents this layer element. (Defined by Extensions.)

Top

See Also

Reference

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace