Extensions Class
Layer Designer extension methods
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.Extensions
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class Extensions
public static class Extensions
[ExtensionAttribute]
public ref class Extensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type Extensions = class end
public final class Extensions
The Extensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateComment(ILayerContainer) | ||
CreateComment(ILayerContainer, String) | Create a comment. | |
CreateCommentLink(ILayerComment, ILayer) | Link this comment to a layer. | |
CreateCommentLink(ILayerComment, ILayerComment) | Link this layer to a comment. | |
CreateDependencyLink | Link this layer to another layer on which it depends. | |
CreateLayer(ILayerContainer) | ||
CreateLayer(ILayerContainer, String) | Create a new layer. | |
Delete(ILayerArtifactReference) | Delete the artifact reference. | |
Delete(ILayerElement) | Delete the element. | |
Delete(ILayerLink) | Delete the link. | |
GetDiagram | Get the diagram that presents this model. | |
GetLayerElement | Get the layer element presented by this shape. | |
GetLayerModel | Get the layer model displayed by this diagram. | |
GetShape | Get the shape that presents this layer element. |
Top
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
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace