Extensions Class

 

Layer Designer extension methods

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.Extensions

Syntax

public static class Extensions
[ExtensionAttribute]
public ref class Extensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type Extensions = class end
<ExtensionAttribute>
Public NotInheritable Class Extensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateComment(ILayerContainer)

System_CAPS_pubmethodSystem_CAPS_static CreateComment(ILayerContainer, String)

Create a comment.

System_CAPS_pubmethodSystem_CAPS_static CreateCommentLink(ILayerComment, ILayer)

Link this comment to a layer.

System_CAPS_pubmethodSystem_CAPS_static CreateCommentLink(ILayerComment, ILayerComment)

Link this layer to a comment.

System_CAPS_pubmethodSystem_CAPS_static CreateDependencyLink(ILayer, ILayer)

Link this layer to another layer on which it depends.

System_CAPS_pubmethodSystem_CAPS_static CreateLayer(ILayerContainer)

System_CAPS_pubmethodSystem_CAPS_static CreateLayer(ILayerContainer, String)

Create a new layer.

System_CAPS_pubmethodSystem_CAPS_static Delete(ILayerArtifactReference)

Delete the artifact reference.

System_CAPS_pubmethodSystem_CAPS_static Delete(ILayerElement)

Delete the element.

System_CAPS_pubmethodSystem_CAPS_static Delete(ILayerLink)

Delete the link.

System_CAPS_pubmethodSystem_CAPS_static GetDiagram(ILayerModel)

Get the diagram that presents this model.

System_CAPS_pubmethodSystem_CAPS_static GetLayerElement(IShape)

Get the layer element presented by this shape.

System_CAPS_pubmethodSystem_CAPS_static GetLayerModel(IDiagram)

Get the layer model displayed by this diagram.

System_CAPS_pubmethodSystem_CAPS_static GetShape(ILayerElement)

Get the shape that presents this layer element.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top