ILayerElement Interface

The base for all elements in a layer diagram.

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

Syntax

'Declaration
Public Interface ILayerElement
public interface ILayerElement
public interface class ILayerElement
type ILayerElement =  interface end
public interface ILayerElement

The ILayerElement type exposes the following members.

Properties

  Name Description
Public property Description Get/set the description.
Public property Id Gets the unique identifier of this element.
Public property IsDeleted Check whether this element has been deleted.
Public property Name Get/set the unique name.
Public property Properties Gets a string dictionary that you can use to store arbitrary data with each ILayerElement.

Top

Extension Methods

  Name Description
Public Extension Method Delete 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