Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An object that can contain a layer, such as a layer model or layer.
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public interface ILayerContainer : ILayerElement
public interface class ILayerContainer : ILayerElement
type ILayerContainer = 
    interface
        interface ILayerElement
    end
Public Interface ILayerContainer
    Inherits ILayerElement
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Comments | Get the comments that are contained in this element (not the comments that are linked to it). | 
| .jpeg) | Description | Get/set the description.(Inherited from ILayerElement.) | 
| .jpeg) | Id | Gets the unique identifier of this element.(Inherited from ILayerElement.) | 
| .jpeg) | IsDeleted | Check whether this element has been deleted.(Inherited from ILayerElement.) | 
| .jpeg) | Layers | Get the layers that are contained in this element. | 
| .jpeg) | Name | Get/set the unique name.(Inherited from ILayerElement.) | 
| .jpeg) | Properties | Gets a string dictionary that you can use to store arbitrary data with each ILayerElement.(Inherited from ILayerElement.) | 
Extension Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateComment() | Overloaded. (Defined by Extensions.) | 
| .gif) | CreateComment(String) | Overloaded. Create a comment.(Defined by Extensions.) | 
| .gif) | CreateLayer() | Overloaded. (Defined by Extensions.) | 
| .gif) | CreateLayer(String) | Overloaded. Create a new layer.(Defined by Extensions.) | 
| .gif) | Delete() | Overloaded. Delete the element.(Defined by Extensions.) | 
| .gif) | GetShape() | Get the shape that presents this layer element.(Defined by Extensions.) | 
See Also
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top