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

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

Properties

Name Description
System_CAPS_pubproperty Description

Get/set the description.

System_CAPS_pubproperty Id

Gets the unique identifier of this element.

System_CAPS_pubproperty IsDeleted

Check whether this element has been deleted.

System_CAPS_pubproperty Name

Get/set the unique name.

System_CAPS_pubproperty Properties

Gets a string dictionary that you can use to store arbitrary data with each ILayerElement.

Extension Methods

Name Description
System_CAPS_pubmethod Delete()

Overloaded. Delete the element.(Defined by Extensions.)

System_CAPS_pubmethod GetShape()

Get the shape that presents this layer element.(Defined by Extensions.)

See Also

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top